diff options
Diffstat (limited to 'maps/KogasRoom.asm')
-rw-r--r-- | maps/KogasRoom.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/KogasRoom.asm b/maps/KogasRoom.asm index 6d93f0d18..71fbfbf87 100644 --- a/maps/KogasRoom.asm +++ b/maps/KogasRoom.asm @@ -137,10 +137,10 @@ KogasRoom_MapEventHeader: .Warps: db 4 - warp_def $11, $4, 2, GROUP_WILLS_ROOM, MAP_WILLS_ROOM - warp_def $11, $5, 3, GROUP_WILLS_ROOM, MAP_WILLS_ROOM - warp_def $2, $4, 1, GROUP_BRUNOS_ROOM, MAP_BRUNOS_ROOM - warp_def $2, $5, 2, GROUP_BRUNOS_ROOM, MAP_BRUNOS_ROOM + warp_def $11, $4, 2, WILLS_ROOM + warp_def $11, $5, 3, WILLS_ROOM + warp_def $2, $4, 1, BRUNOS_ROOM + warp_def $2, $5, 2, BRUNOS_ROOM .XYTriggers: db 0 |