1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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
|