mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 16:45:24 +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
42
maps/GuideGentsHouse.asm
Normal file
42
maps/GuideGentsHouse.asm
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
object_const_def
|
||||
const GUIDEGENTSHOUSE_GRAMPS
|
||||
|
||||
GuideGentsHouse_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
GuideGentsHouseGuideGent:
|
||||
jumptextfaceplayer GuideGentsHouseGuideGentText
|
||||
|
||||
GuideGentsHouseBookshelf:
|
||||
jumpstd MagazineBookshelfScript
|
||||
|
||||
GuideGentsHouseGuideGentText:
|
||||
text "When I was a wee"
|
||||
line "lad, I was a hot-"
|
||||
cont "shot trainer!"
|
||||
|
||||
para "Here's a word of"
|
||||
line "advice: Catch lots"
|
||||
cont "of #MON!"
|
||||
|
||||
para "Treat them all"
|
||||
line "with kindness!"
|
||||
done
|
||||
|
||||
GuideGentsHouse_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 2, 7, CHERRYGROVE_CITY, 4
|
||||
warp_event 3, 7, CHERRYGROVE_CITY, 4
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 0, 1, BGEVENT_READ, GuideGentsHouseBookshelf
|
||||
bg_event 1, 1, BGEVENT_READ, GuideGentsHouseBookshelf
|
||||
|
||||
def_object_events
|
||||
object_event 2, 3, SPRITE_GRAMPS, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, GuideGentsHouseGuideGent, EVENT_GUIDE_GENT_VISIBLE_IN_CHERRYGROVE
|
||||
Loading…
Add table
Add a link
Reference in a new issue