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