summaryrefslogtreecommitdiff
path: root/maps/IcePathB2FBlackthornSide.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/IcePathB2FBlackthornSide.asm')
-rw-r--r--maps/IcePathB2FBlackthornSide.asm33
1 files changed, 14 insertions, 19 deletions
diff --git a/maps/IcePathB2FBlackthornSide.asm b/maps/IcePathB2FBlackthornSide.asm
index 53171f4c5..cc2d35fed 100644
--- a/maps/IcePathB2FBlackthornSide.asm
+++ b/maps/IcePathB2FBlackthornSide.asm
@@ -1,38 +1,33 @@
-IcePathB2FBlackthornSide_MapScriptHeader: ; 0x7e644
- ; trigger count
+IcePathB2FBlackthornSide_MapScriptHeader:
+.MapTriggers:
db 0
- ; callback count
+.MapCallbacks:
db 0
-; 0x7e646
-ItemFragment_0x7e646: ; 0x7e646
- db TM_44, 1
-; 0x7e648
+ItemFragment_0x7e646:
+ db TM_REST, 1
-MapIcePathB2FBlackthornSideSignpostItem0: ; 0x7e648
- dw $0096
- db ICE_HEAL
+MapIcePathB2FBlackthornSideSignpostItem0:
+ dwb EVENT_ICE_PATH_B2F_BLACKTHORN_SIDE_HIDDEN_ICE_HEAL, ICE_HEAL
-; 0x7e64b
-IcePathB2FBlackthornSide_MapEventHeader: ; 0x7e64b
+IcePathB2FBlackthornSide_MapEventHeader:
; filler
db 0, 0
- ; warps
+.Warps:
db 2
warp_def $f, $3, 8, GROUP_ICE_PATH_B1F, MAP_ICE_PATH_B1F
warp_def $3, $3, 2, GROUP_ICE_PATH_B3F, MAP_ICE_PATH_B3F
- ; xy triggers
+.XYTriggers:
db 0
- ; signposts
+.Signposts:
db 1
- signpost 10, 2, $7, MapIcePathB2FBlackthornSideSignpostItem0
+ signpost 10, 2, SIGNPOST_ITEM, MapIcePathB2FBlackthornSideSignpostItem0
- ; people-events
+.PersonEvents:
db 1
- person_event SPRITE_POKE_BALL, 20, 12, $1, $0, 255, 255, $1, 0, ItemFragment_0x7e646, $068d
-; 0x7e66d
+ person_event SPRITE_POKE_BALL, 20, 12, OW_DOWN | $1, $0, -1, -1, $1, 0, ItemFragment_0x7e646, EVENT_ICE_PATH_B2F_BLACKTHORN_SIDE_TM_REST