diff options
Diffstat (limited to 'maps/WillsRoom.asm')
-rw-r--r-- | maps/WillsRoom.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/WillsRoom.asm b/maps/WillsRoom.asm index 5d0da3515..9f0080818 100644 --- a/maps/WillsRoom.asm +++ b/maps/WillsRoom.asm @@ -136,9 +136,9 @@ WillsRoom_MapEventHeader: .Warps: db 3 - warp_def $11, $5, 4, GROUP_INDIGO_PLATEAU_POKECENTER_1F, MAP_INDIGO_PLATEAU_POKECENTER_1F - warp_def $2, $4, 1, GROUP_KOGAS_ROOM, MAP_KOGAS_ROOM - warp_def $2, $5, 2, GROUP_KOGAS_ROOM, MAP_KOGAS_ROOM + warp_def $11, $5, 4, INDIGO_PLATEAU_POKECENTER_1F + warp_def $2, $4, 1, KOGAS_ROOM + warp_def $2, $5, 2, KOGAS_ROOM .XYTriggers: db 0 |