2018-01-31 11:38:45 -05:00
|
|
|
const_def 2 ; object constants
|
2015-11-27 00:22:14 -05:00
|
|
|
const SILVERCAVEROOM3_RED
|
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
SilverCaveRoom3_MapScripts:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; scene scripts
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; callbacks
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2016-04-07 04:13:59 -06:00
|
|
|
Red:
|
2018-01-24 11:17:05 -05:00
|
|
|
special FadeOutMusic
|
2013-02-17 01:54:07 -05:00
|
|
|
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
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
2016-04-07 04:13:59 -06:00
|
|
|
winlosstext .Text2, .Text2
|
2018-01-09 18:45:25 -05:00
|
|
|
loadtrainer RED, RED1
|
2013-02-17 01:54:07 -05:00
|
|
|
startbattle
|
2015-12-26 18:11:55 -05:00
|
|
|
dontrestartmapmusic
|
|
|
|
reloadmapafterbattle
|
2018-01-24 11:17:05 -05:00
|
|
|
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
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
2018-01-24 11:17:05 -05:00
|
|
|
special FadeBlackQuickly
|
2018-01-02 18:49:25 +01:00
|
|
|
special ReloadSpritesNoPalettes
|
2015-11-27 00:22:14 -05:00
|
|
|
disappear SILVERCAVEROOM3_RED
|
2013-02-17 01:54:07 -05:00
|
|
|
pause 15
|
2018-01-24 11:17:05 -05:00
|
|
|
special FadeInQuickly
|
2013-02-17 01:54:07 -05:00
|
|
|
pause 30
|
2015-06-26 23:24:55 -07:00
|
|
|
special HealParty
|
2018-01-12 01:40:20 -05:00
|
|
|
refreshscreen
|
2013-02-17 01:54:07 -05:00
|
|
|
credits
|
|
|
|
end
|
|
|
|
|
2016-04-07 04:13:59 -06:00
|
|
|
.Text1:
|
2018-01-19 02:30:19 -05:00
|
|
|
text "<……>"
|
|
|
|
line "<……>"
|
2015-06-27 21:59:17 -07:00
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2016-04-07 04:13:59 -06:00
|
|
|
.Text2:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "…"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2016-04-07 04:13:59 -06:00
|
|
|
.Text3:
|
2018-01-19 02:30:19 -05:00
|
|
|
text "<……>"
|
|
|
|
line "<……>"
|
2015-06-27 21:59:17 -07:00
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
SilverCaveRoom3_MapEvents:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 1 ; warp events
|
2018-02-01 22:22:07 -05:00
|
|
|
warp_event 9, 33, SILVER_CAVE_ROOM_2, 2
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; coord events
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; bg events
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 1 ; object events
|
2018-02-01 22:22:07 -05:00
|
|
|
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
|