diff options
Diffstat (limited to 'maps/IcePath1F.asm')
-rw-r--r-- | maps/IcePath1F.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/maps/IcePath1F.asm b/maps/IcePath1F.asm index 8d0aa7c7..a2c33a9f 100644 --- a/maps/IcePath1F.asm +++ b/maps/IcePath1F.asm @@ -1,11 +1,11 @@ - object_const_def ; object_event constants + object_const_def const ICEPATH1F_POKE_BALL1 const ICEPATH1F_POKE_BALL2 IcePath1F_MapScripts: - db 0 ; scene scripts + def_scene_scripts - db 0 ; callbacks + def_callbacks IcePath1FHMWaterfall: itemball HM_WATERFALL @@ -16,16 +16,16 @@ IcePath1FPPUp: IcePath1F_MapEvents: db 0, 0 ; filler - db 4 ; warp events + def_warp_events warp_event 4, 19, ROUTE_44, 1 warp_event 36, 27, BLACKTHORN_CITY, 7 warp_event 37, 5, ICE_PATH_B1F, 1 warp_event 37, 13, ICE_PATH_B1F, 7 - db 0 ; coord events + def_coord_events - db 0 ; bg events + def_bg_events - db 2 ; object events + def_object_events object_event 31, 7, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, IcePath1FHMWaterfall, EVENT_GOT_HM07_WATERFALL object_event 32, 23, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, IcePath1FPPUp, EVENT_ICE_PATH_1F_PP_UP |