diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-21 11:57:53 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-21 12:04:49 -0400 |
| commit | 48da6c53be768e85b8ba47430e2fc0f3dd4de61e (patch) | |
| tree | b2fc831736d3faec3745f18fe17fdfe71632a264 /data/maps/objects/Route2.asm | |
| parent | 7e9ccbb5b254f794a79c4d0f9d816b3cbfb81f3f (diff) | |
Align warp and sign coordinates
Diffstat (limited to 'data/maps/objects/Route2.asm')
| -rwxr-xr-x | data/maps/objects/Route2.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/objects/Route2.asm b/data/maps/objects/Route2.asm index f9955c2a..66f9ff1e 100755 --- a/data/maps/objects/Route2.asm +++ b/data/maps/objects/Route2.asm @@ -2,15 +2,15 @@ Route2_Object: db $f ; border block def_warps - warp 12, 9, 0, DIGLETTS_CAVE_ROUTE_2 - warp 3, 11, 1, VIRIDIAN_FOREST_NORTH_GATE + warp 12, 9, 0, DIGLETTS_CAVE_ROUTE_2 + warp 3, 11, 1, VIRIDIAN_FOREST_NORTH_GATE warp 15, 19, 0, ROUTE_2_TRADE_HOUSE warp 16, 35, 1, ROUTE_2_GATE warp 15, 39, 2, ROUTE_2_GATE - warp 3, 43, 2, VIRIDIAN_FOREST_SOUTH_GATE + warp 3, 43, 2, VIRIDIAN_FOREST_SOUTH_GATE def_signs - sign 5, 65, 3 ; Route2Text3 + sign 5, 65, 3 ; Route2Text3 sign 11, 11, 4 ; Route2Text4 def_objects |
