diff options
Diffstat (limited to 'maps/IcePathB2FMahoganySide.asm')
-rw-r--r-- | maps/IcePathB2FMahoganySide.asm | 50 |
1 files changed, 21 insertions, 29 deletions
diff --git a/maps/IcePathB2FMahoganySide.asm b/maps/IcePathB2FMahoganySide.asm index 3af69a5c5..925021077 100644 --- a/maps/IcePathB2FMahoganySide.asm +++ b/maps/IcePathB2FMahoganySide.asm @@ -1,40 +1,33 @@ -IcePathB2FMahoganySide_MapScriptHeader: ; 0x7e5a1 - ; trigger count +IcePathB2FMahoganySide_MapScriptHeader: +.MapTriggers: db 0 - ; callback count +.MapCallbacks: db 0 -; 0x7e5a3 -BoulderScript_0x7e5a3: ; 0x7e5a3 +BoulderScript_0x7e5a3: jumptext UnknownText_0x7e5ad -; 0x7e5a6 -ItemFragment_0x7e5a6: ; 0x7e5a6 +ItemFragment_0x7e5a6: db FULL_HEAL, 1 -; 0x7e5a8 -ItemFragment_0x7e5a8: ; 0x7e5a8 +ItemFragment_0x7e5a8: db MAX_POTION, 1 -; 0x7e5aa -MapIcePathB2FMahoganySideSignpostItem0: ; 0x7e5aa - dw $0095 - db CARBOS +MapIcePathB2FMahoganySideSignpostItem0: + dwb EVENT_ICE_PATH_B2F_MAHOGANY_SIDE_HIDDEN_CARBOS, CARBOS -; 0x7e5ad -UnknownText_0x7e5ad: ; 0x7e5ad +UnknownText_0x7e5ad: text "It's immovably" line "imbedded in ice." done -; 0x7e5cd -IcePathB2FMahoganySide_MapEventHeader: ; 0x7e5cd +IcePathB2FMahoganySide_MapEventHeader: ; filler db 0, 0 - ; warps +.Warps: db 6 warp_def $1, $11, 2, GROUP_ICE_PATH_B1F, MAP_ICE_PATH_B1F warp_def $b, $9, 1, GROUP_ICE_PATH_B3F, MAP_ICE_PATH_B3F @@ -43,19 +36,18 @@ IcePathB2FMahoganySide_MapEventHeader: ; 0x7e5cd warp_def $c, $4, 5, GROUP_ICE_PATH_B1F, MAP_ICE_PATH_B1F warp_def $c, $c, 6, GROUP_ICE_PATH_B1F, MAP_ICE_PATH_B1F - ; xy triggers +.XYTriggers: db 0 - ; signposts +.Signposts: db 1 - signpost 17, 0, $7, MapIcePathB2FMahoganySideSignpostItem0 + signpost 17, 0, SIGNPOST_ITEM, MapIcePathB2FMahoganySideSignpostItem0 - ; people-events +.PersonEvents: db 6 - person_event SPRITE_BOULDER, 7, 15, $1, $0, 255, 255, $0, 0, BoulderScript_0x7e5a3, $070d - person_event SPRITE_BOULDER, 11, 8, $1, $0, 255, 255, $0, 0, BoulderScript_0x7e5a3, $070e - person_event SPRITE_BOULDER, 16, 7, $1, $0, 255, 255, $0, 0, BoulderScript_0x7e5a3, $070f - person_event SPRITE_BOULDER, 17, 16, $1, $0, 255, 255, $0, 0, BoulderScript_0x7e5a3, $0710 - person_event SPRITE_POKE_BALL, 13, 12, $1, $0, 255, 255, $1, 0, ItemFragment_0x7e5a6, $068b - person_event SPRITE_POKE_BALL, 6, 4, $1, $0, 255, 255, $1, 0, ItemFragment_0x7e5a8, $068c -; 0x7e644 + person_event SPRITE_BOULDER, 7, 15, OW_DOWN | $1, $0, -1, -1, $0, 0, BoulderScript_0x7e5a3, EVENT_BOULDER_IN_ICE_PATH_1A + person_event SPRITE_BOULDER, 11, 8, OW_DOWN | $1, $0, -1, -1, $0, 0, BoulderScript_0x7e5a3, EVENT_BOULDER_IN_ICE_PATH_2A + person_event SPRITE_BOULDER, 16, 7, OW_DOWN | $1, $0, -1, -1, $0, 0, BoulderScript_0x7e5a3, EVENT_BOULDER_IN_ICE_PATH_3A + person_event SPRITE_BOULDER, 17, 16, OW_DOWN | $1, $0, -1, -1, $0, 0, BoulderScript_0x7e5a3, EVENT_BOULDER_IN_ICE_PATH_4A + person_event SPRITE_POKE_BALL, 13, 12, OW_DOWN | $1, $0, -1, -1, $1, 0, ItemFragment_0x7e5a6, EVENT_ICE_PATH_B2F_MAHOGANY_SIDE_FULL_HEAL + person_event SPRITE_POKE_BALL, 6, 4, OW_DOWN | $1, $0, -1, -1, $1, 0, ItemFragment_0x7e5a8, EVENT_ICE_PATH_B2F_MAHOGANY_SIDE_MAX_POTION |