2018-01-31 11:38:45 -05:00
|
|
|
const_def 2 ; object constants
|
2015-11-27 00:22:14 -05:00
|
|
|
const GUIDEGENTSHOUSE_GRAMPS
|
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
GuideGentsHouse_MapScripts:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; scene scripts
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; callbacks
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2015-06-25 22:01:08 -06:00
|
|
|
GuideGentsHouseGuideGent:
|
|
|
|
jumptextfaceplayer GuideGentsHouseGuideGentText
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2015-06-25 22:01:08 -06:00
|
|
|
GuideGentsHouseBookshelf:
|
2015-06-23 14:21:54 -06:00
|
|
|
jumpstd magazinebookshelf
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2015-06-25 22:01:08 -06:00
|
|
|
GuideGentsHouseGuideGentText:
|
2014-03-06 00:29:44 -05:00
|
|
|
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
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
GuideGentsHouse_MapEvents:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 2 ; warp events
|
2018-02-01 22:22:07 -05:00
|
|
|
warp_event 2, 7, CHERRYGROVE_CITY, 4
|
|
|
|
warp_event 3, 7, CHERRYGROVE_CITY, 4
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; coord events
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 2 ; bg events
|
2018-02-01 22:22:07 -05:00
|
|
|
bg_event 0, 1, BGEVENT_READ, GuideGentsHouseBookshelf
|
|
|
|
bg_event 1, 1, BGEVENT_READ, GuideGentsHouseBookshelf
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 1 ; object events
|
2018-02-01 22:22:07 -05:00
|
|
|
object_event 2, 3, SPRITE_GRAMPS, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, GuideGentsHouseGuideGent, EVENT_GUIDE_GENT_VISIBLE_IN_CHERRYGROVE
|