diff options
Diffstat (limited to 'maps/Route34IlexForestGate.asm')
-rw-r--r-- | maps/Route34IlexForestGate.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route34IlexForestGate.asm b/maps/Route34IlexForestGate.asm index aa84dbb5f..eeb03a4b8 100644 --- a/maps/Route34IlexForestGate.asm +++ b/maps/Route34IlexForestGate.asm @@ -138,10 +138,10 @@ Route34IlexForestGate_MapEventHeader: .Warps: db 4 - warp_def $0, $4, 1, GROUP_ROUTE_34, MAP_ROUTE_34 - warp_def $0, $5, 2, GROUP_ROUTE_34, MAP_ROUTE_34 - warp_def $7, $4, 1, GROUP_ILEX_FOREST, MAP_ILEX_FOREST - warp_def $7, $5, 1, GROUP_ILEX_FOREST, MAP_ILEX_FOREST + warp_def $0, $4, 1, ROUTE_34 + warp_def $0, $5, 2, ROUTE_34 + warp_def $7, $4, 1, ILEX_FOREST + warp_def $7, $5, 1, ILEX_FOREST .XYTriggers: db 1 |