summaryrefslogtreecommitdiff
path: root/maps/PokeSeersHouse.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/PokeSeersHouse.asm')
-rw-r--r--maps/PokeSeersHouse.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/PokeSeersHouse.asm b/maps/PokeSeersHouse.asm
index ad60c2d3e..0c79865aa 100644
--- a/maps/PokeSeersHouse.asm
+++ b/maps/PokeSeersHouse.asm
@@ -2,7 +2,7 @@ const_value set 2
const POKESEERSHOUSE_GRANNY
PokeSeersHouse_MapScriptHeader:
-.MapTriggers:
+.SceneScripts:
db 0
.MapCallbacks:
@@ -25,12 +25,12 @@ PokeSeersHouse_MapEventHeader:
warp_def $7, $2, 7, CIANWOOD_CITY
warp_def $7, $3, 7, CIANWOOD_CITY
-.XYTriggers:
+.CoordEvents:
db 0
-.Signposts:
+.BGEvents:
db 0
-.PersonEvents:
+.ObjectEvents:
db 1
- person_event SPRITE_GRANNY, 3, 2, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, SeerScript, -1
+ object_event SPRITE_GRANNY, 3, 2, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, SeerScript, -1