2018-01-17 03:57:19 +00:00
|
|
|
RedsHouse2F_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
|
|
|
|
2017-12-18 01:45:04 +00:00
|
|
|
RedsHouse2FN64Script:
|
|
|
|
jumptext RedsHouse2FN64Text
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 01:45:04 +00:00
|
|
|
RedsHouse2FPCScript:
|
|
|
|
jumptext RedsHouse2FPCText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 01:45:04 +00:00
|
|
|
RedsHouse2FN64Text:
|
2015-06-28 04:59:17 +00:00
|
|
|
text "<PLAYER> played the"
|
2014-03-06 05:29:44 +00:00
|
|
|
line "N64."
|
|
|
|
|
|
|
|
para "Better get going--"
|
|
|
|
line "no time to lose!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 01:45:04 +00:00
|
|
|
RedsHouse2FPCText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "It looks like it"
|
|
|
|
line "hasn't been used"
|
|
|
|
cont "in a long time…"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
RedsHouse2F_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-01-28 18:20:04 +00:00
|
|
|
warp_event 7, 0, 3, REDS_HOUSE_1F
|
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 2 ; bg events
|
2017-12-28 19:31:25 +00:00
|
|
|
bg_event 3, 5, BGEVENT_READ, RedsHouse2FN64Script
|
|
|
|
bg_event 0, 1, BGEVENT_READ, RedsHouse2FPCScript
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; object events
|