2018-01-16 19:57:19 -08:00
|
|
|
RedsHouse2F_MapScripts:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; scene scripts
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; callbacks
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
RedsHouse2FN64Script:
|
|
|
|
jumptext RedsHouse2FN64Text
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
RedsHouse2FPCScript:
|
|
|
|
jumptext RedsHouse2FPCText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
RedsHouse2FN64Text:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> played the"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "N64."
|
|
|
|
|
|
|
|
para "Better get going--"
|
|
|
|
line "no time to lose!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
RedsHouse2FPCText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It looks like it"
|
|
|
|
line "hasn't been used"
|
|
|
|
cont "in a long time…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
RedsHouse2F_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 1 ; warp events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 7, 0, REDS_HOUSE_1F, 3
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; coord events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; bg events
|
2018-02-01 19:22:07 -08:00
|
|
|
bg_event 3, 5, BGEVENT_READ, RedsHouse2FN64Script
|
|
|
|
bg_event 0, 1, BGEVENT_READ, RedsHouse2FPCScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; object events
|