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

@@ -279,7 +279,7 @@ Route109_EventScript_MrBriney:: @ 81EE910
Route109_EventScript_HaveNotDeliveredDevonGood:: @ 81EE921
message Route109_Text_BrineySailToDewfordQuestion
msgbox Route109_Text_BrineySailToDewfordQuestion, MSGBOX_YESNO
compare VAR_RESULT, FALSE
compare VAR_RESULT, NO
goto_if_eq Route109_EventScript_StayHere
goto Route109_EventScript_SailToDewford
end