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/scripts/contest_hall.inc | |
parent | a90b828bb8838f4500a4d91899bce2bc946e847b (diff) |
Use YES/NO constants for MSGBOX_YESNO
Diffstat (limited to 'data/scripts/contest_hall.inc')
-rw-r--r-- | data/scripts/contest_hall.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/scripts/contest_hall.inc b/data/scripts/contest_hall.inc index 9a9816a5f..857c1e205 100644 --- a/data/scripts/contest_hall.inc +++ b/data/scripts/contest_hall.inc @@ -154,15 +154,15 @@ LilycoveCity_ContestLobby_EventScript_279F12:: @ 8279F12 LilycoveCity_ContestLobby_EventScript_279F21:: @ 8279F21 msgbox LilycoveCity_ContestLobby_Text_27B5C4, MSGBOX_YESNO switch VAR_RESULT - case 0, LilycoveCity_ContestLobby_EventScript_279E13 - case 1, LilycoveCity_ContestLobby_EventScript_279F87 + case NO, LilycoveCity_ContestLobby_EventScript_279E13 + case YES, LilycoveCity_ContestLobby_EventScript_279F87 end LilycoveCity_ContestLobby_EventScript_279F45:: @ 8279F45 msgbox LilycoveCity_ContestLobby_Text_27B547, MSGBOX_YESNO switch VAR_RESULT - case 0, LilycoveCity_ContestLobby_EventScript_279E13 - case 1, LilycoveCity_ContestLobby_EventScript_279F87 + case NO, LilycoveCity_ContestLobby_EventScript_279E13 + case YES, LilycoveCity_ContestLobby_EventScript_279F87 end LilycoveCity_ContestLobby_EventScript_279F69:: @ 8279F69 |