You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
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.
This commit is contained in:
@@ -89,7 +89,7 @@ Script_ChoseChallenge: ; 0x9e40f
|
||||
dotrigger $1
|
||||
writebyte BATTLETOWERACTION_SET_EXPLANATION_READ ; set 1, [s1_be4f]
|
||||
special BattleTowerAction
|
||||
special Function1700b0
|
||||
special BattleTowerRoomMenu
|
||||
if_equal $a, Script_Menu_ChallengeExplanationCancel
|
||||
if_not_equal $0, UnknownScript_0x9e550
|
||||
writebyte BATTLETOWERACTION_11
|
||||
|
||||
Reference in New Issue
Block a user