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/Route15Gate2F.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/objects/Route15Gate2F.asm') diff --git a/data/maps/objects/Route15Gate2F.asm b/data/maps/objects/Route15Gate2F.asm index 5c5bf450..608b69e5 100755 --- a/data/maps/objects/Route15Gate2F.asm +++ b/data/maps/objects/Route15Gate2F.asm @@ -2,10 +2,10 @@ Route15Gate2F_Object: db $a ; border block def_warps - warp 7, 7, 4, ROUTE_15_GATE_1F + warp 7, 7, 4, ROUTE_15_GATE_1F def_signs - sign 6, 2, 2 ; Route15GateUpstairsText2 + sign 6, 2, 2 ; Route15GateUpstairsText2 def_objects object SPRITE_SCIENTIST, 4, 2, STAY, DOWN, 1 -- cgit v1.2.3