diff options
Diffstat (limited to 'data/maps/objects/ViridianForestSouthGate.asm')
| -rw-r--r-- | data/maps/objects/ViridianForestSouthGate.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/objects/ViridianForestSouthGate.asm b/data/maps/objects/ViridianForestSouthGate.asm index 13517e0c..e5dad809 100644 --- a/data/maps/objects/ViridianForestSouthGate.asm +++ b/data/maps/objects/ViridianForestSouthGate.asm @@ -2,10 +2,10 @@ ViridianForestSouthGate_Object: db $a ; border block def_warp_events - warp_event 4, 0, VIRIDIAN_FOREST, 3 - warp_event 5, 0, VIRIDIAN_FOREST, 4 - warp_event 4, 7, LAST_MAP, 5 - warp_event 5, 7, LAST_MAP, 5 + warp_event 4, 0, VIRIDIAN_FOREST, 4 + warp_event 5, 0, VIRIDIAN_FOREST, 5 + warp_event 4, 7, LAST_MAP, 6 + warp_event 5, 7, LAST_MAP, 6 def_bg_events |
