diff options
Diffstat (limited to 'maps/GuideGentsHouse.asm')
-rw-r--r-- | maps/GuideGentsHouse.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/maps/GuideGentsHouse.asm b/maps/GuideGentsHouse.asm index 91fdb6a6e..ee25b0d2d 100644 --- a/maps/GuideGentsHouse.asm +++ b/maps/GuideGentsHouse.asm @@ -1,10 +1,10 @@ - object_const_def ; object_event constants + object_const_def const GUIDEGENTSHOUSE_GRAMPS GuideGentsHouse_MapScripts: - db 0 ; scene scripts + def_scene_scripts - db 0 ; callbacks + def_callbacks GuideGentsHouseGuideGent: jumptextfaceplayer GuideGentsHouseGuideGentText @@ -28,15 +28,15 @@ GuideGentsHouseGuideGentText: GuideGentsHouse_MapEvents: db 0, 0 ; filler - db 2 ; warp events + def_warp_events warp_event 2, 7, CHERRYGROVE_CITY, 4 warp_event 3, 7, CHERRYGROVE_CITY, 4 - db 0 ; coord events + def_coord_events - db 2 ; bg events + def_bg_events bg_event 0, 1, BGEVENT_READ, GuideGentsHouseBookshelf bg_event 1, 1, BGEVENT_READ, GuideGentsHouseBookshelf - db 1 ; object events + 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 |