diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-02 12:34:53 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-02 16:36:43 -0500 |
commit | 033c6cea3bbd982b7c60ee4fe5bee477e8d8773e (patch) | |
tree | 973d57f63ac5dfcd2cde5e59e6fd7c2fa22a3219 /data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc | |
parent | a90b828bb8838f4500a4d91899bce2bc946e847b (diff) |
Use YES/NO constants for MSGBOX_YESNO
Diffstat (limited to 'data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc')
-rw-r--r-- | data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc b/data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc index 2cf560839..4982c152c 100644 --- a/data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc +++ b/data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc @@ -170,9 +170,9 @@ BattleFrontier_BattlePyramidLobby_EventScript_250904:: @ 8250904 goto_if_eq BattleFrontier_BattlePyramidLobby_EventScript_250AC1 msgbox BattleFrontier_BattlePyramidLobby_Text_2514E6, MSGBOX_YESNO switch VAR_RESULT - case 0, BattleFrontier_BattlePyramidLobby_EventScript_250AC1 - case 1, BattleFrontier_BattlePyramidLobby_EventScript_2509A5 - case 127, BattleFrontier_BattlePyramidLobby_EventScript_250AC1 + case NO, BattleFrontier_BattlePyramidLobby_EventScript_250AC1 + case YES, BattleFrontier_BattlePyramidLobby_EventScript_2509A5 + case MULTI_B_PRESSED, BattleFrontier_BattlePyramidLobby_EventScript_250AC1 BattleFrontier_BattlePyramidLobby_EventScript_2509A5:: @ 82509A5 setvar VAR_TEMP_0, 0 |