Skip to content

Added builtin variable audio_bus_main#2294

Merged
colinator27 merged 1 commit intoUnderminersTeam:masterfrom
ELBROWN777:added-audio_bus_main
Dec 21, 2025
Merged

Added builtin variable audio_bus_main#2294
colinator27 merged 1 commit intoUnderminersTeam:masterfrom
ELBROWN777:added-audio_bus_main

Conversation

@ELBROWN777
Copy link
Copy Markdown
Contributor

Description

Currently, compiling code that uses audio_bus_main in the appropriate GameMaker version will make it an instance variable when it should be builtin, resulting in an error in game. Undertale Yellow notably uses this variable in the code entry gml_Object_obj_battle_flashback_final_2_controller_Step_0.
This Pull Requests aims to add it to list of builtin variables

Caveats

There shouldn't be any issue

Notes

To see in which GM version the variable got added I checked fnames of the runtimes

Builtin GameMaker variable audio_bus_main now in the BuiltinList
Copy link
Copy Markdown
Member

@colinator27 colinator27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks!

@colinator27 colinator27 merged commit 2e73f2c into UnderminersTeam:master Dec 21, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants