diff options
Diffstat (limited to 'data/maps/objects/Route22Gate.asm')
| -rwxr-xr-x | 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 11bb6407..68593daa 100755 --- a/data/maps/objects/Route22Gate.asm +++ b/data/maps/objects/Route22Gate.asm @@ -2,10 +2,10 @@ Route22Gate_Object: db $a ; border block def_warps - warp 4, 7, 0, LAST_MAP - warp 5, 7, 0, LAST_MAP - warp 4, 0, 0, LAST_MAP - warp 5, 0, 1, LAST_MAP + warp 4, 7, 0, LAST_MAP + warp 5, 7, 0, LAST_MAP + warp 4, 0, 0, LAST_MAP + warp 5, 0, 1, LAST_MAP def_signs |
