diff options
Diffstat (limited to 'data/maps/objects/Route22Gate.asm')
| -rw-r--r-- | data/maps/objects/Route22Gate.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/objects/Route22Gate.asm b/data/maps/objects/Route22Gate.asm index 94aafc51..086616ca 100644 --- a/data/maps/objects/Route22Gate.asm +++ b/data/maps/objects/Route22Gate.asm @@ -2,10 +2,10 @@ Route22Gate_Object: db $a ; border block def_warp_events - warp_event 4, 7, LAST_MAP, 0 - warp_event 5, 7, LAST_MAP, 0 - warp_event 4, 0, LAST_MAP, 0 - warp_event 5, 0, LAST_MAP, 1 + warp_event 4, 7, LAST_MAP, 1 + warp_event 5, 7, LAST_MAP, 1 + warp_event 4, 0, LAST_MAP, 1 + warp_event 5, 0, LAST_MAP, 2 def_bg_events |
