pokecrystal-board/maps/GuideGentsHouse.asm
2020-07-24 09:57:16 -04:00

43 lines
961 B
NASM

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