pokecrystal-board/maps/SilverCaveRoom3.asm

70 lines
994 B
NASM
Raw Normal View History

2015-11-27 00:22:14 -05:00
const_value set 2
const SILVERCAVEROOM3_RED
SilverCaveRoom3_MapScripts:
.SceneScripts:
db 0
.MapCallbacks:
db 0
2016-04-07 04:13:59 -06:00
Red:
special FadeOutMusic
faceplayer
2015-12-09 18:25:44 -05:00
opentext
2016-04-07 04:13:59 -06:00
writetext .Text1
2015-11-25 10:16:29 -05:00
waitbutton
closetext
2016-04-07 04:13:59 -06:00
winlosstext .Text2, .Text2
loadtrainer RED, RED1
startbattle
dontrestartmapmusic
reloadmapafterbattle
special FadeOutMusic
2015-12-09 18:25:44 -05:00
opentext
2016-04-07 04:13:59 -06:00
writetext .Text3
2015-11-25 10:16:29 -05:00
waitbutton
closetext
special FadeBlackQuickly
2018-01-02 18:49:25 +01:00
special ReloadSpritesNoPalettes
2015-11-27 00:22:14 -05:00
disappear SILVERCAVEROOM3_RED
pause 15
special FadeInQuickly
pause 30
special HealParty
2018-01-12 01:40:20 -05:00
refreshscreen
credits
end
2016-04-07 04:13:59 -06:00
.Text1:
2018-01-19 02:30:19 -05:00
text "<……>"
line "<……>"
done
2016-04-07 04:13:59 -06:00
.Text2:
text "…"
done
2016-04-07 04:13:59 -06:00
.Text3:
2018-01-19 02:30:19 -05:00
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