summaryrefslogtreecommitdiff
path: root/maps/WillsRoom.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/WillsRoom.asm')
-rw-r--r--maps/WillsRoom.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/WillsRoom.asm b/maps/WillsRoom.asm
index 55b132356..d72451638 100644
--- a/maps/WillsRoom.asm
+++ b/maps/WillsRoom.asm
@@ -134,9 +134,9 @@ WillsRoom_MapEventHeader:
.Warps:
db 3
- warp_def $11, $5, 4, INDIGO_PLATEAU_POKECENTER_1F
- warp_def $2, $4, 1, KOGAS_ROOM
- warp_def $2, $5, 2, KOGAS_ROOM
+ warp_def 5, 17, 4, INDIGO_PLATEAU_POKECENTER_1F
+ warp_def 4, 2, 1, KOGAS_ROOM
+ warp_def 5, 2, 2, KOGAS_ROOM
.CoordEvents:
db 0
@@ -146,4 +146,4 @@ WillsRoom_MapEventHeader:
.ObjectEvents:
db 1
- object_event SPRITE_WILL, 7, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, WillScript_Battle, -1
+ object_event 5, 7, SPRITE_WILL, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, WillScript_Battle, -1