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/celadongym.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/mapObjects/celadongym.asm') diff --git a/data/mapObjects/celadongym.asm b/data/mapObjects/celadongym.asm index 212c389e..b9ebcb93 100755 --- a/data/mapObjects/celadongym.asm +++ b/data/mapObjects/celadongym.asm @@ -2,8 +2,8 @@ CeladonGymObject: db $3 ; border block db $2 ; warps - db $11, $4, $6, $ff - db $11, $5, $6, $ff + warp $4, $11, $6, $ff + warp $5, $11, $6, $ff db $0 ; signs @@ -18,5 +18,5 @@ CeladonGymObject: object SPRITE_LASS, $5, $3, STAY, DOWN, $8, OPP_COOLTRAINER_F, $1 ; warp-to - EVENT_DISP CELADON_GYM_WIDTH, $11, $4 - EVENT_DISP CELADON_GYM_WIDTH, $11, $5 + warp_to $4, $11, CELADON_GYM_WIDTH + warp_to $5, $11, CELADON_GYM_WIDTH -- cgit v1.3.1-sl0p