diff options
Diffstat (limited to 'maps/KarensRoom.asm')
-rw-r--r-- | maps/KarensRoom.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/KarensRoom.asm b/maps/KarensRoom.asm index 8798c3845..be737debc 100644 --- a/maps/KarensRoom.asm +++ b/maps/KarensRoom.asm @@ -140,10 +140,10 @@ KarensRoom_MapEventHeader: .Warps: db 4 - warp_def $11, $4, 3, GROUP_BRUNOS_ROOM, MAP_BRUNOS_ROOM - warp_def $11, $5, 4, GROUP_BRUNOS_ROOM, MAP_BRUNOS_ROOM - warp_def $2, $4, 1, GROUP_LANCES_ROOM, MAP_LANCES_ROOM - warp_def $2, $5, 2, GROUP_LANCES_ROOM, MAP_LANCES_ROOM + warp_def $11, $4, 3, BRUNOS_ROOM + warp_def $11, $5, 4, BRUNOS_ROOM + warp_def $2, $4, 1, LANCES_ROOM + warp_def $2, $5, 2, LANCES_ROOM .XYTriggers: db 0 |