summaryrefslogtreecommitdiff
path: root/data/scripts/day_care.inc
diff options
context:
space:
mode:
Diffstat (limited to 'data/scripts/day_care.inc')
-rw-r--r--data/scripts/day_care.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/scripts/day_care.inc b/data/scripts/day_care.inc
index bac14d221..c089472cb 100644
--- a/data/scripts/day_care.inc
+++ b/data/scripts/day_care.inc
@@ -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