diff options
Diffstat (limited to 'data/maps/objects/Route7Gate.asm')
| -rw-r--r-- | data/maps/objects/Route7Gate.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/objects/Route7Gate.asm b/data/maps/objects/Route7Gate.asm index 90ddca07..8cc58d9b 100644 --- a/data/maps/objects/Route7Gate.asm +++ b/data/maps/objects/Route7Gate.asm @@ -2,10 +2,10 @@ Route7Gate_Object: db $a ; border block def_warp_events - warp_event 0, 3, LAST_MAP, 3 - warp_event 0, 4, LAST_MAP, 3 - warp_event 5, 3, LAST_MAP, 0 - warp_event 5, 4, LAST_MAP, 1 + warp_event 0, 3, LAST_MAP, 4 + warp_event 0, 4, LAST_MAP, 4 + warp_event 5, 3, LAST_MAP, 1 + warp_event 5, 4, LAST_MAP, 2 def_bg_events |
