summaryrefslogtreecommitdiff
path: root/maps/PokeSeersHouse.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/PokeSeersHouse.asm')
-rw-r--r--maps/PokeSeersHouse.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/PokeSeersHouse.asm b/maps/PokeSeersHouse.asm
index 0c79865aa..9b9052ee8 100644
--- a/maps/PokeSeersHouse.asm
+++ b/maps/PokeSeersHouse.asm
@@ -22,8 +22,8 @@ PokeSeersHouse_MapEventHeader:
.Warps:
db 2
- warp_def $7, $2, 7, CIANWOOD_CITY
- warp_def $7, $3, 7, CIANWOOD_CITY
+ warp_def 2, 7, 7, CIANWOOD_CITY
+ warp_def 3, 7, 7, CIANWOOD_CITY
.CoordEvents:
db 0
@@ -33,4 +33,4 @@ PokeSeersHouse_MapEventHeader:
.ObjectEvents:
db 1
- object_event SPRITE_GRANNY, 3, 2, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, SeerScript, -1
+ object_event 2, 3, SPRITE_GRANNY, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, SeerScript, -1