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/Route25.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/objects/Route25.asm') diff --git a/data/maps/objects/Route25.asm b/data/maps/objects/Route25.asm index 956743fe..4f0be4d4 100755 --- a/data/maps/objects/Route25.asm +++ b/data/maps/objects/Route25.asm @@ -2,10 +2,10 @@ Route25_Object: db $2c ; border block def_warps - warp 45, 3, 0, BILLS_HOUSE + warp 45, 3, 0, BILLS_HOUSE def_signs - sign 43, 3, 11 ; Route25Text11 + sign 43, 3, 11 ; Route25Text11 def_objects object SPRITE_YOUNGSTER, 14, 2, STAY, DOWN, 1, OPP_YOUNGSTER, 5 -- cgit v1.2.3