pokecrystal-board/maps/SilverCaveRoom3.asm

70 lines
1.2 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const SILVERCAVEROOM3_RED
2015-07-10 01:45:35 -07:00
SilverCaveRoom3_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
RedScript_0x18c603:
2015-11-20 08:47:52 -08:00
special Special_RotatePalettesRightMusic
faceplayer
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18c637
2015-11-25 07:16:29 -08:00
waitbutton
closetext
winlosstext UnknownText_0x18c63c, UnknownText_0x18c63c
2015-11-25 07:16:29 -08:00
scriptedtrainerdata RED, 1
startbattle
reloadmapmusic
returnafterbattle
2015-11-20 08:47:52 -08:00
special Special_RotatePalettesRightMusic
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18c63f
2015-11-25 07:16:29 -08:00
waitbutton
closetext
special Special_FadeBlackQuickly
special Special_ReloadSpritesNoPalettes
2015-11-26 21:22:14 -08:00
disappear SILVERCAVEROOM3_RED
pause 15
2015-11-26 18:05:32 -08:00
special Special_FadeInQuickly
pause 30
special HealParty
refreshscreen $0
credits
end
2015-07-10 01:45:35 -07:00
UnknownText_0x18c637:
text $56
line $56
done
2015-07-10 01:45:35 -07:00
UnknownText_0x18c63c:
text "…"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x18c63f:
text $56
line $56
done
2015-07-10 01:45:35 -07:00
SilverCaveRoom3_MapEventHeader:
; filler
db 0, 0
.Warps:
db 1
warp_def $21, $9, 2, SILVER_CAVE_ROOM_2
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 1
person_event SPRITE_RED, 10, 9, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_SCRIPT, 0, RedScript_0x18c603, EVENT_RED_IN_MT_SILVER