summaryrefslogtreecommitdiff
path: root/maps/IcePath1F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/IcePath1F.asm')
-rw-r--r--maps/IcePath1F.asm14
1 files changed, 7 insertions, 7 deletions
diff --git a/maps/IcePath1F.asm b/maps/IcePath1F.asm
index a0f02ff0c..afe0ced73 100644
--- a/maps/IcePath1F.asm
+++ b/maps/IcePath1F.asm
@@ -1,12 +1,12 @@
- object_const_def ; object_event constants
+ object_const_def
const ICEPATH1F_POKE_BALL1
const ICEPATH1F_POKE_BALL2
const ICEPATH1F_POKE_BALL3
IcePath1F_MapScripts:
- db 0 ; scene scripts
+ def_scene_scripts
- db 0 ; callbacks
+ def_callbacks
IcePath1FHMWaterfall:
itemball HM_WATERFALL
@@ -20,17 +20,17 @@ IcePath1FProtein:
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 3 ; 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
object_event 35, 9, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, IcePath1FProtein, EVENT_ICE_PATH_1F_PROTEIN