2018-01-31 08:38:45 -08:00
|
|
|
const_def 2 ; object constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const REDSHOUSE1F_REDS_MOM
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
RedsHouse1F_MapScripts:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 1 ; scene scripts
|
2017-12-24 10:46:34 -08:00
|
|
|
scene_script .DummyScene
|
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-24 10:46:34 -08:00
|
|
|
.DummyScene:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
RedsMom:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_MET_REDS_MOM
|
2015-06-25 21:01:08 -07:00
|
|
|
iftrue .MetAlready
|
|
|
|
writetext RedsMomText1
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_MET_REDS_MOM
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
2016-04-10 11:42:14 -07:00
|
|
|
.MetAlready:
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext RedsMomText2
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
RedsHouse1FTV:
|
|
|
|
jumptext RedsHouse1FTVText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
RedsHouse1FBookshelf:
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd picturebookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
RedsMomText1:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hi!"
|
|
|
|
|
|
|
|
para "RED's been away"
|
|
|
|
line "for a long time."
|
|
|
|
|
|
|
|
para "He hasn't called"
|
|
|
|
line "either, so I have"
|
|
|
|
|
|
|
|
para "no idea where he"
|
|
|
|
line "is or what he's"
|
|
|
|
cont "been doing."
|
|
|
|
|
|
|
|
para "They say that no"
|
|
|
|
line "word is proof that"
|
|
|
|
|
|
|
|
para "he's doing fine,"
|
|
|
|
line "but I do worry"
|
|
|
|
cont "about him."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
RedsMomText2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I worry about RED"
|
|
|
|
line "getting hurt or"
|
|
|
|
|
|
|
|
para "sick, but he's a"
|
|
|
|
line "boy. I'm proud"
|
|
|
|
|
|
|
|
para "that he is doing"
|
|
|
|
line "what he wants to"
|
|
|
|
|
|
|
|
para "do."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
RedsHouse1FTVText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "They have programs"
|
|
|
|
line "that aren't shown"
|
|
|
|
cont "in JOHTO…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
RedsHouse1F_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 3 ; warp events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 2, 7, PALLET_TOWN, 1
|
|
|
|
warp_event 3, 7, PALLET_TOWN, 1
|
|
|
|
warp_event 7, 0, REDS_HOUSE_2F, 1
|
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 3 ; bg events
|
2018-02-01 19:22:07 -08:00
|
|
|
bg_event 0, 1, BGEVENT_READ, RedsHouse1FBookshelf
|
|
|
|
bg_event 1, 1, BGEVENT_READ, RedsHouse1FBookshelf
|
|
|
|
bg_event 2, 1, BGEVENT_READ, RedsHouse1FTV
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 1 ; object events
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 5, 3, SPRITE_REDS_MOM, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, RedsMom, -1
|