pokecrystal/maps/SilverCaveRoom3.asm

70 lines
1.0 KiB
NASM
Raw Normal View History

2015-11-27 05:22:14 +00:00
const_value set 2
const SILVERCAVEROOM3_RED
SilverCaveRoom3_MapScripts:
.SceneScripts:
db 0
.MapCallbacks:
db 0
2016-04-07 10:13:59 +00:00
Red:
special Special_FadeOutMusic
faceplayer
2015-12-09 23:25:44 +00:00
opentext
2016-04-07 10:13:59 +00:00
writetext .Text1
2015-11-25 15:16:29 +00:00
waitbutton
closetext
2016-04-07 10:13:59 +00:00
winlosstext .Text2, .Text2
loadtrainer RED, RED1
startbattle
dontrestartmapmusic
reloadmapafterbattle
special Special_FadeOutMusic
2015-12-09 23:25:44 +00:00
opentext
2016-04-07 10:13:59 +00:00
writetext .Text3
2015-11-25 15:16:29 +00:00
waitbutton
closetext
special Special_FadeBlackQuickly
2018-01-02 17:49:25 +00:00
special ReloadSpritesNoPalettes
2015-11-27 05:22:14 +00:00
disappear SILVERCAVEROOM3_RED
pause 15
2015-11-27 02:05:32 +00:00
special Special_FadeInQuickly
pause 30
special HealParty
2018-01-12 06:40:20 +00:00
refreshscreen
credits
end
2016-04-07 10:13:59 +00:00
.Text1:
text "<......>"
line "<......>"
done
2016-04-07 10:13:59 +00:00
.Text2:
text "…"
done
2016-04-07 10:13:59 +00:00
.Text3:
text "<......>"
line "<......>"
done
SilverCaveRoom3_MapEvents:
; filler
db 0, 0
.Warps:
db 1
warp_def 9, 33, 2, SILVER_CAVE_ROOM_2
.CoordEvents:
db 0
.BGEvents:
db 0
.ObjectEvents:
db 1
object_event 9, 10, SPRITE_RED, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, Red, EVENT_RED_IN_MT_SILVER