Use MSGBOX constants

This commit is contained in:
GriffinR
2020-01-10 01:45:31 -05:00
parent 4a6f15ba24
commit 29e4446a03
261 changed files with 844 additions and 844 deletions
+4 -4
View File
@@ -8,8 +8,8 @@ Route5_PokemonDayCare_EventScript_1BF398:: @ 81BF398
specialvar VAR_RESULT, IsThereMonInRoute5Daycare
compare VAR_RESULT, 1
goto_if_eq EventScript_1BF46E
msgbox Text_19DD66, 5
compare VAR_RESULT, 1
msgbox Text_19DD66, MSGBOX_YESNO
compare VAR_RESULT, YES
goto_if_eq EventScript_1BF3DD
msgbox Text_19DDB2
goto EventScript_1BF541
@@ -64,8 +64,8 @@ EventScript_1BF46E:: @ 81BF46E
compare VAR_RESULT, 0
call_if_eq EventScript_1BF4B3
special GetCostToWithdrawRoute5DaycareMon
msgbox Text_19DE80, 5
compare VAR_RESULT, 1
msgbox Text_19DE80, MSGBOX_YESNO
compare VAR_RESULT, YES
goto_if_eq EventScript_1BF4BC
goto EventScript_1BF444
end