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
98
maps/ElmsHouse.asm
Normal file
98
maps/ElmsHouse.asm
Normal file
|
|
@ -0,0 +1,98 @@
|
|||
object_const_def
|
||||
const ELMSHOUSE_ELMS_WIFE
|
||||
const ELMSHOUSE_ELMS_SON
|
||||
|
||||
ElmsHouse_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
ElmsWife:
|
||||
jumptextfaceplayer ElmsWifeText
|
||||
|
||||
ElmsSon:
|
||||
jumptextfaceplayer ElmsSonText
|
||||
|
||||
ElmsHousePC:
|
||||
jumptext ElmsHousePCText
|
||||
|
||||
ElmsHouseBookshelf:
|
||||
jumpstd DifficultBookshelfScript
|
||||
|
||||
ElmsWifeText:
|
||||
text "Hi, <PLAY_G>! My"
|
||||
line "husband's always"
|
||||
|
||||
para "so busy--I hope"
|
||||
line "he's OK."
|
||||
|
||||
para "When he's caught"
|
||||
line "up in his #MON"
|
||||
|
||||
para "research, he even"
|
||||
line "forgets to eat."
|
||||
done
|
||||
|
||||
ElmsSonText:
|
||||
text "When I grow up,"
|
||||
line "I'm going to help"
|
||||
cont "my dad!"
|
||||
|
||||
para "I'm going to be a"
|
||||
line "great #MON"
|
||||
cont "professor!"
|
||||
done
|
||||
|
||||
ElmsHouseLabFoodText: ; unreferenced
|
||||
text "There's some food"
|
||||
line "here. It must be"
|
||||
cont "for the LAB."
|
||||
done
|
||||
|
||||
ElmsHousePokemonFoodText: ; unreferenced
|
||||
text "There's some food"
|
||||
line "here. This must be"
|
||||
cont "for #MON."
|
||||
done
|
||||
|
||||
ElmsHousePCText:
|
||||
text "#MON. Where do"
|
||||
line "they come from? "
|
||||
|
||||
para "Where are they"
|
||||
line "going?"
|
||||
|
||||
para "Why has no one"
|
||||
line "ever witnessed a"
|
||||
cont "#MON's birth?"
|
||||
|
||||
para "I want to know! I"
|
||||
line "will dedicate my"
|
||||
|
||||
para "life to the study"
|
||||
line "of #MON!"
|
||||
|
||||
para "…"
|
||||
|
||||
para "It's a part of"
|
||||
line "PROF.ELM's re-"
|
||||
cont "search papers."
|
||||
done
|
||||
|
||||
ElmsHouse_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 2, 7, NEW_BARK_TOWN, 4
|
||||
warp_event 3, 7, NEW_BARK_TOWN, 4
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 0, 1, BGEVENT_READ, ElmsHousePC
|
||||
bg_event 6, 1, BGEVENT_READ, ElmsHouseBookshelf
|
||||
bg_event 7, 1, BGEVENT_READ, ElmsHouseBookshelf
|
||||
|
||||
def_object_events
|
||||
object_event 1, 5, SPRITE_TEACHER, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 1, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, ElmsWife, -1
|
||||
object_event 5, 4, SPRITE_BUG_CATCHER, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ElmsSon, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue