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

@@ -10,9 +10,9 @@ Route111_OldLadysRestStop_EventScript_22A920:: @ 822A920
lock
faceplayer
msgbox Route111_OldLadysRestStop_Text_22A978, MSGBOX_YESNO
compare VAR_RESULT, 1
compare VAR_RESULT, YES
goto_if_eq Route111_OldLadysRestStop_EventScript_22A941
compare VAR_RESULT, 0
compare VAR_RESULT, NO
goto_if_eq Route111_OldLadysRestStop_EventScript_22A96E
end
@@ -21,9 +21,9 @@ Route111_OldLadysRestStop_EventScript_22A941:: @ 822A941
closemessage
call Common_EventScript_OutOfCenterPartyHeal
msgbox Route111_OldLadysRestStop_Text_22AA16, MSGBOX_YESNO
compare VAR_RESULT, 1
compare VAR_RESULT, YES
goto_if_eq Route111_OldLadysRestStop_EventScript_22A941
compare VAR_RESULT, 0
compare VAR_RESULT, NO
goto_if_eq Route111_OldLadysRestStop_EventScript_22A96E
end