summaryrefslogtreecommitdiff
path: root/data/maps/FourIsland_PokemonDayCare/scripts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/FourIsland_PokemonDayCare/scripts.inc')
-rw-r--r--data/maps/FourIsland_PokemonDayCare/scripts.inc128
1 files changed, 64 insertions, 64 deletions
diff --git a/data/maps/FourIsland_PokemonDayCare/scripts.inc b/data/maps/FourIsland_PokemonDayCare/scripts.inc
index c91cc86e5..f3b695231 100644
--- a/data/maps/FourIsland_PokemonDayCare/scripts.inc
+++ b/data/maps/FourIsland_PokemonDayCare/scripts.inc
@@ -3,37 +3,37 @@ FourIsland_PokemonDayCare_MapScripts:: @ 817193F
FourIsland_PokemonDayCare_EventScript_171940:: @ 8171940
special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
+ compare VAR_RESULT, 2
+ goto_if_eq EventScript_1A7AE0
lock
faceplayer
specialvar VAR_RESULT, GetDaycareState
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_171A2E
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_171A52
- compare_var_to_value VAR_RESULT, 3
- goto_if eq, EventScript_171B86
+ compare VAR_RESULT, 1
+ goto_if_eq EventScript_171A2E
+ compare VAR_RESULT, 2
+ goto_if_eq EventScript_171A52
+ compare VAR_RESULT, 3
+ goto_if_eq EventScript_171B86
msgbox gUnknown_81BF7E4, MSGBOX_YESNO
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_171993
+ compare VAR_RESULT, YES
+ goto_if_eq EventScript_171993
msgbox gUnknown_81BF916
release
end
EventScript_171993:: @ 8171993
specialvar VAR_RESULT, CountPartyNonEggMons
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_171A1A
+ compare VAR_RESULT, 1
+ goto_if_eq EventScript_171A1A
msgbox gUnknown_81BF839
- fadescreen 1
+ fadescreen FADE_TO_BLACK
special ChooseSendDaycareMon
waitstate
- compare_var_to_value VAR_0x8004, 6
- goto_if ge, EventScript_1719F7
+ compare VAR_0x8004, 6
+ goto_if_ge EventScript_1719F7
specialvar VAR_RESULT, CountPartyAliveNonEggMons_IgnoreVar0x8004Slot
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_171A24
+ compare VAR_RESULT, 0
+ goto_if_eq EventScript_171A24
specialvar VAR_0x8005, GetSelectedMonNickAndSpecies
waitse
playmoncry VAR_0x8005, 0
@@ -42,8 +42,8 @@ EventScript_171993:: @ 8171993
special StoreSelectedPokemonInDaycare
incrementgamestat GAME_STAT_USED_DAYCARE
specialvar VAR_RESULT, GetDaycareState
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_171A01
+ compare VAR_RESULT, 2
+ goto_if_eq EventScript_171A01
release
end
@@ -54,8 +54,8 @@ EventScript_1719F7:: @ 81719F7
EventScript_171A01:: @ 8171A01
msgbox gUnknown_81BF89F, MSGBOX_YESNO
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_171993
+ compare VAR_RESULT, YES
+ goto_if_eq EventScript_171993
goto EventScript_1719F7
end
@@ -80,8 +80,8 @@ EventScript_171A38:: @ 8171A38
EventScript_171A41:: @ 8171A41
specialvar VAR_RESULT, GetNumLevelsGainedFromDaycare
- compare_var_to_value VAR_RESULT, 0
- call_if ne, EventScript_171A38
+ compare VAR_RESULT, 0
+ call_if_ne EventScript_171A38
return
EventScript_171A52:: @ 8171A52
@@ -89,42 +89,42 @@ EventScript_171A52:: @ 8171A52
setvar VAR_0x8004, 0
call EventScript_171A41
msgbox gUnknown_81BF89F, MSGBOX_YESNO
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_171993
+ compare VAR_RESULT, YES
+ goto_if_eq EventScript_171993
msgbox gUnknown_81BFAE8, MSGBOX_YESNO
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_171A90
+ compare VAR_RESULT, YES
+ goto_if_eq EventScript_171A90
goto EventScript_1719F7
end
EventScript_171A90:: @ 8171A90
specialvar VAR_RESULT, CalculatePlayerPartyCount
- compare_var_to_value VAR_RESULT, 6
- goto_if eq, EventScript_171B67
+ compare VAR_RESULT, 6
+ goto_if_eq EventScript_171B67
specialvar VAR_RESULT, GetDaycareState
setvar VAR_0x8004, 0
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_171ACF
+ compare VAR_RESULT, 2
+ goto_if_eq EventScript_171ACF
special ShowDaycareLevelMenu
waitstate
copyvar VAR_0x8004, VAR_RESULT
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1719F7
+ compare VAR_RESULT, 2
+ goto_if_eq EventScript_1719F7
goto EventScript_171ACF
end
EventScript_171ACF:: @ 8171ACF
special GetDaycareCost
msgbox gUnknown_81BFA3B, MSGBOX_YESNO
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_171AEB
+ compare VAR_RESULT, YES
+ goto_if_eq EventScript_171AEB
goto EventScript_1719F7
end
EventScript_171AEB:: @ 8171AEB
specialvar VAR_RESULT, IsEnoughForCostInVar0x8005
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_171B05
+ compare VAR_RESULT, 1
+ goto_if_eq EventScript_171B05
msgbox gUnknown_81BF932
release
end
@@ -143,15 +143,15 @@ EventScript_171B05:: @ 8171B05
call EventScript_1A6675
waitmoncry
specialvar VAR_RESULT, GetDaycareState
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_171B4E
+ compare VAR_RESULT, 2
+ goto_if_eq EventScript_171B4E
goto EventScript_1719F7
end
EventScript_171B4E:: @ 8171B4E
msgbox gUnknown_81BF94F, MSGBOX_YESNO
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_171A90
+ compare VAR_RESULT, YES
+ goto_if_eq EventScript_171A90
goto EventScript_1719F7
end
@@ -161,25 +161,25 @@ EventScript_171B67:: @ 8171B67
end
Movement_171B71:: @ 8171B71
- step_1c
- step_1c
- step_03
- step_1c
- step_1c
- step_02
- step_1c
- step_1c
- step_01
- step_up
- step_60
- step_1c
- step_1c
- step_1c
- step_1c
- step_1c
- step_00
- step_61
- step_down
+ delay_16
+ delay_16
+ face_right
+ delay_16
+ delay_16
+ face_left
+ delay_16
+ delay_16
+ face_up
+ walk_slowest_up
+ set_invisible
+ delay_16
+ delay_16
+ delay_16
+ delay_16
+ delay_16
+ face_down
+ set_visible
+ walk_slowest_down
step_end
EventScript_171B85:: @ 8171B85
@@ -192,8 +192,8 @@ EventScript_171B86:: @ 8171B86
setvar VAR_0x8004, 1
call EventScript_171A41
msgbox gUnknown_81BFAE8, MSGBOX_YESNO
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_171A90
+ compare VAR_RESULT, YES
+ goto_if_eq EventScript_171A90
msgbox gUnknown_81BF976
release
end
@@ -201,8 +201,8 @@ EventScript_171B86:: @ 8171B86
EventScript_171BBF:: @ 8171BBF
special ShowDaycareLevelMenu
waitstate
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1719F7
+ compare VAR_RESULT, 2
+ goto_if_eq EventScript_1719F7
copyvar VAR_0x8004, VAR_RESULT
specialvar VAR_RESULT, TakePokemonFromDaycare
msgbox gUnknown_81BFA67