From 48da6c53be768e85b8ba47430e2fc0f3dd4de61e Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 21 Aug 2020 11:57:53 -0400 Subject: Align warp and sign coordinates --- data/maps/objects/Route18Gate2F.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/maps/objects/Route18Gate2F.asm') diff --git a/data/maps/objects/Route18Gate2F.asm b/data/maps/objects/Route18Gate2F.asm index f78114b6..2fa6fd58 100755 --- a/data/maps/objects/Route18Gate2F.asm +++ b/data/maps/objects/Route18Gate2F.asm @@ -2,11 +2,11 @@ Route18Gate2F_Object: db $a ; border block def_warps - warp 7, 7, 4, ROUTE_18_GATE_1F + warp 7, 7, 4, ROUTE_18_GATE_1F def_signs - sign 1, 2, 2 ; Route18GateUpstairsText2 - sign 6, 2, 3 ; Route18GateUpstairsText3 + sign 1, 2, 2 ; Route18GateUpstairsText2 + sign 6, 2, 3 ; Route18GateUpstairsText3 def_objects object SPRITE_YOUNGSTER, 4, 2, WALK, LEFT_RIGHT, 1 ; person -- cgit v1.2.3