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/FallarborTown_BattleTentLobby | |
| parent | a90b828bb8838f4500a4d91899bce2bc946e847b (diff) | |
Use YES/NO constants for MSGBOX_YESNO
Diffstat (limited to 'data/maps/FallarborTown_BattleTentLobby')
| -rw-r--r-- | data/maps/FallarborTown_BattleTentLobby/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/FallarborTown_BattleTentLobby/scripts.inc b/data/maps/FallarborTown_BattleTentLobby/scripts.inc index 3f6eec374..5823f0611 100644 --- a/data/maps/FallarborTown_BattleTentLobby/scripts.inc +++ b/data/maps/FallarborTown_BattleTentLobby/scripts.inc @@ -169,9 +169,9 @@ FallarborTown_BattleTentLobby_EventScript_20005D:: @ 820005D goto_if_eq FallarborTown_BattleTentLobby_EventScript_2001C2 msgbox FallarborTown_BattleTentLobby_Text_2C4B35, MSGBOX_YESNO switch VAR_RESULT - case 0, FallarborTown_BattleTentLobby_EventScript_2001C2 - case 1, FallarborTown_BattleTentLobby_EventScript_2000E2 - case 127, FallarborTown_BattleTentLobby_EventScript_2001C2 + case NO, FallarborTown_BattleTentLobby_EventScript_2001C2 + case YES, FallarborTown_BattleTentLobby_EventScript_2000E2 + case MULTI_B_PRESSED, FallarborTown_BattleTentLobby_EventScript_2001C2 FallarborTown_BattleTentLobby_EventScript_2000E2:: @ 82000E2 setvar VAR_TEMP_0, 0 |
