From 4373aafac152f64621bf3d8c6b8d037cd9c76f7b Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 17 Aug 2020 17:47:28 -0400 Subject: Use def_warps_to macro for automatic warp_to entries --- data/maps/objects/VermilionGym.asm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'data/maps/objects/VermilionGym.asm') diff --git a/data/maps/objects/VermilionGym.asm b/data/maps/objects/VermilionGym.asm index 34596b40..1c2699d3 100755 --- a/data/maps/objects/VermilionGym.asm +++ b/data/maps/objects/VermilionGym.asm @@ -14,6 +14,4 @@ VermilionGym_Object: object SPRITE_SAILOR, 0, 10, STAY, RIGHT, 4, OPP_SAILOR, 8 object SPRITE_GYM_GUIDE, 4, 14, STAY, DOWN, 5 ; person - ; warp-to - warp_to 4, 17, VERMILION_GYM_WIDTH - warp_to 5, 17, VERMILION_GYM_WIDTH + def_warps_to VERMILION_GYM -- cgit v1.3.1-sl0p