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

@@ -30,9 +30,9 @@ Route118_EventScript_1F3E14:: @ 81F3E14
faceplayer
goto_if_set FLAG_RECEIVED_GOOD_ROD, Route118_EventScript_1F3E69
msgbox Route118_Text_1F427B, MSGBOX_YESNO
compare VAR_RESULT, 1
compare VAR_RESULT, YES
goto_if_eq Route118_EventScript_1F3E3E
compare VAR_RESULT, 0
compare VAR_RESULT, NO
goto_if_eq Route118_EventScript_1F3E5F
end