Use YES/NO constants for MSGBOX_YESNO

This commit is contained in:
GriffinR
2019-11-02 12:34:53 -04:00
committed by huderlem
parent a90b828bb8
commit 033c6cea3b
111 changed files with 432 additions and 432 deletions

View File

@@ -14,7 +14,7 @@ SafariZone_EventScript_Exit:: @ 82A4B5D
SafariZone_EventScript_RetirePrompt:: @ 82A4B6F
lockall
msgbox SafariZone_Text_WouldYouLikeToExit, MSGBOX_YESNO
compare VAR_RESULT, 1
compare VAR_RESULT, YES
goto_if_eq SafariZone_EventScript_Retire
releaseall
end
@@ -46,7 +46,7 @@ EventScript_PokeBlockFeeder:: @ 82A4BAC
compare VAR_RESULT, 0xFFFF
goto_if_ne SafariZone_EventScript_PokeblockPresent
msgbox SafariZone_Text_PlacePokeblockOnFeeder, MSGBOX_YESNO
compare VAR_RESULT, 1
compare VAR_RESULT, YES
goto_if_eq SafariZone_EventScript_ChoosePokeblock
releaseall
end