pokecrystal-board/maps/RedsHouse1F.asm

92 lines
1.5 KiB
NASM
Raw Normal View History

object_const_def
2015-11-26 21:22:14 -08:00
const REDSHOUSE1F_REDS_MOM
RedsHouse1F_MapScripts:
def_scene_scripts
scene_script .DummyScene
def_callbacks
.DummyScene:
end
2015-06-25 21:01:08 -07:00
RedsMom:
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
closetext
2013-09-24 00:48:58 -07:00
setevent EVENT_MET_REDS_MOM
end
.MetAlready:
2015-06-25 21:01:08 -07:00
writetext RedsMomText2
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-06-25 21:01:08 -07:00
RedsHouse1FTV:
jumptext RedsHouse1FTVText
2015-06-25 21:01:08 -07:00
RedsHouse1FBookshelf:
jumpstd PictureBookshelfScript
2015-06-25 21:01:08 -07:00
RedsMomText1:
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
2015-06-25 21:01:08 -07:00
RedsMomText2:
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
2015-06-25 21:01:08 -07:00
RedsHouse1FTVText:
text "They have programs"
line "that aren't shown"
cont "in JOHTO…"
done
RedsHouse1F_MapEvents:
db 0, 0 ; filler
def_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
def_coord_events
def_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
def_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