diff options
author | mid-kid <esteve.varela@gmail.com> | 2017-11-25 17:03:20 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2017-11-25 17:03:20 +0100 |
commit | afc92eadc186551ed0b3b26b5f453d3a33144d26 (patch) | |
tree | d1cb4fefd4c30ddc9daa9e7419a4b98345f6d681 /engine | |
parent | c28be02a193a088354131f260781a9081825eeee (diff) |
Label BattleTowerRoomMenu
All of the functions called by it are prefixed with BattleTowerRoomMenu,
but a bunch of them seem more generic than that, since they're part of
different mobile menus. Also called another menu jumptable
BattleTowerRoomMenu2 for the lack of a better name (only the Yes/No menu
functions are used in western crystal).
The names of the more generic functions should be fixed when we start
labelling other menus.
Diffstat (limited to 'engine')
-rw-r--r-- | engine/specials.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/specials.asm b/engine/specials.asm index 2d9b6f998..eeb012f7a 100644 --- a/engine/specials.asm +++ b/engine/specials.asm @@ -138,7 +138,7 @@ SpecialsPointers:: ; c029 add_special Function11b879 add_special Function11b920 add_special Function11b93b - add_special Function1700b0 + add_special BattleTowerRoomMenu add_special Function1700ba add_special Function170114 add_special BattleTowerBattle |