diff options
Diffstat (limited to 'maps/SilverCaveRoom3.asm')
-rw-r--r-- | maps/SilverCaveRoom3.asm | 38 |
1 files changed, 16 insertions, 22 deletions
diff --git a/maps/SilverCaveRoom3.asm b/maps/SilverCaveRoom3.asm index c172b641b..c1035849e 100644 --- a/maps/SilverCaveRoom3.asm +++ b/maps/SilverCaveRoom3.asm @@ -1,12 +1,11 @@ -SilverCaveRoom3_MapScriptHeader: ; 0x18c601 - ; trigger count +SilverCaveRoom3_MapScriptHeader: +.MapTriggers: db 0 - ; callback count +.MapCallbacks: db 0 -; 0x18c603 -RedScript_0x18c603: ; 0x18c603 +RedScript_0x18c603: special Functionc48f faceplayer loadfont @@ -23,50 +22,45 @@ RedScript_0x18c603: ; 0x18c603 writetext UnknownText_0x18c63f closetext loadmovesprites - special Function8c0b6 - special Functiond91 + special Special_FadeBlackQuickly + special Special_ReloadSpritesNoPalettes disappear $2 pause 15 - special Function8c0ab + special Special_FadeInQuickly pause 30 special HealParty refreshscreen $0 credits end -; 0x18c637 -UnknownText_0x18c637: ; 0x18c637 +UnknownText_0x18c637: text $56 line $56 done -; 0x18c63c -UnknownText_0x18c63c: ; 0x18c63c +UnknownText_0x18c63c: text "…" done -; 0x18c63f -UnknownText_0x18c63f: ; 0x18c63f +UnknownText_0x18c63f: text $56 line $56 done -; 0x18c644 -SilverCaveRoom3_MapEventHeader: ; 0x18c644 +SilverCaveRoom3_MapEventHeader: ; filler db 0, 0 - ; warps +.Warps: db 1 warp_def $21, $9, 2, GROUP_SILVER_CAVE_ROOM_2, MAP_SILVER_CAVE_ROOM_2 - ; xy triggers +.XYTriggers: db 0 - ; signposts +.Signposts: db 0 - ; people-events +.PersonEvents: db 1 - person_event SPRITE_RED, 14, 13, $7, $0, 255, 255, $80, 0, RedScript_0x18c603, EVENT_RED_IN_MT_SILVER -; 0x18c65c + person_event SPRITE_RED, 14, 13, OW_UP | $3, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, RedScript_0x18c603, EVENT_RED_IN_MT_SILVER |