From d271d6917549074e721f3e5064b77e1ad1dbe44a Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Mon, 29 Jan 2018 02:31:32 -0500 Subject: Add warp, sign, and warp_to macros for data/mapObjects definitions --- data/mapObjects/vermiliongym.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/mapObjects/vermiliongym.asm') diff --git a/data/mapObjects/vermiliongym.asm b/data/mapObjects/vermiliongym.asm index 9058ec4c..16af5f5b 100755 --- a/data/mapObjects/vermiliongym.asm +++ b/data/mapObjects/vermiliongym.asm @@ -2,8 +2,8 @@ VermilionGymObject: db $3 ; border block db $2 ; warps - db $11, $4, $3, $ff - db $11, $5, $3, $ff + warp $4, $11, $3, $ff + warp $5, $11, $3, $ff db $0 ; signs @@ -15,5 +15,5 @@ VermilionGymObject: object SPRITE_GYM_HELPER, $4, $e, STAY, DOWN, $5 ; person ; warp-to - EVENT_DISP VERMILION_GYM_WIDTH, $11, $4 - EVENT_DISP VERMILION_GYM_WIDTH, $11, $5 + warp_to $4, $11, VERMILION_GYM_WIDTH + warp_to $5, $11, VERMILION_GYM_WIDTH -- cgit v1.3.1-sl0p