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 /misc/mobile_5c.asm | |
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 'misc/mobile_5c.asm')
-rwxr-xr-x | misc/mobile_5c.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/mobile_5c.asm b/misc/mobile_5c.asm index d181de745..7704794cf 100755 --- a/misc/mobile_5c.asm +++ b/misc/mobile_5c.asm @@ -324,7 +324,7 @@ Function1719c8: ; 1719c8 (5c:59c8) ret Function1719d6: ; 1719d6 (5c:59d6) - callba Function1183cb + callba BattleTowerRoomMenu_InitRAM call Function1719ed ld a, [rSVBK] push af @@ -412,7 +412,7 @@ Function171a5d: ; 171a5d (5c:5a5d) push af ld a, $1 ld [rSVBK], a - callba Function118452 + callba BattleTowerRoomMenu_Cleanup pop af ld [rSVBK], a ld a, $a @@ -457,7 +457,7 @@ Function171aec: ; 171aec (5c:5aec) push af ld a, $1 ld [rSVBK], a - callba Function118452 + callba BattleTowerRoomMenu_Cleanup pop af ld [rSVBK], a hlcoord 2, 6 |