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/Route16Gate2F.asm | |
| parent | 7e9ccbb5b254f794a79c4d0f9d816b3cbfb81f3f (diff) | |
Align warp and sign coordinates
Diffstat (limited to 'data/maps/objects/Route16Gate2F.asm')
| -rwxr-xr-x | data/maps/objects/Route16Gate2F.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/objects/Route16Gate2F.asm b/data/maps/objects/Route16Gate2F.asm index 5f428151..53511ae5 100755 --- a/data/maps/objects/Route16Gate2F.asm +++ b/data/maps/objects/Route16Gate2F.asm @@ -2,11 +2,11 @@ Route16Gate2F_Object: db $a ; border block def_warps - warp 7, 7, 8, ROUTE_16_GATE_1F + warp 7, 7, 8, ROUTE_16_GATE_1F def_signs - sign 1, 2, 3 ; Route16GateUpstairsText3 - sign 6, 2, 4 ; Route16GateUpstairsText4 + sign 1, 2, 3 ; Route16GateUpstairsText3 + sign 6, 2, 4 ; Route16GateUpstairsText4 def_objects object SPRITE_LITTLE_BOY, 4, 2, STAY, NONE, 1 ; person |
