mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +13:00
First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
This commit is contained in:
commit
2f8a41f833
4618 changed files with 480386 additions and 0 deletions
91
maps/RedsHouse1F.asm
Normal file
91
maps/RedsHouse1F.asm
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
object_const_def
|
||||
const REDSHOUSE1F_REDS_MOM
|
||||
|
||||
RedsHouse1F_MapScripts:
|
||||
def_scene_scripts
|
||||
scene_script RedHouse1FNoopScene ; unusable
|
||||
|
||||
def_callbacks
|
||||
|
||||
RedHouse1FNoopScene:
|
||||
end
|
||||
|
||||
RedsMom:
|
||||
faceplayer
|
||||
opentext
|
||||
checkevent EVENT_MET_REDS_MOM
|
||||
iftrue .MetAlready
|
||||
writetext RedsMomText1
|
||||
waitbutton
|
||||
closetext
|
||||
setevent EVENT_MET_REDS_MOM
|
||||
end
|
||||
.MetAlready:
|
||||
writetext RedsMomText2
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
RedsHouse1FTV:
|
||||
jumptext RedsHouse1FTVText
|
||||
|
||||
RedsHouse1FBookshelf:
|
||||
jumpstd PictureBookshelfScript
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
RedsHouse1FTVText:
|
||||
text "They have programs"
|
||||
line "that aren't shown"
|
||||
cont "in JOHTO…"
|
||||
done
|
||||
|
||||
RedsHouse1F_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
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
|
||||
bg_event 0, 1, BGEVENT_READ, RedsHouse1FBookshelf
|
||||
bg_event 1, 1, BGEVENT_READ, RedsHouse1FBookshelf
|
||||
bg_event 2, 1, BGEVENT_READ, RedsHouse1FTV
|
||||
|
||||
def_object_events
|
||||
object_event 5, 3, SPRITE_REDS_MOM, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, RedsMom, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue