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/billshouse.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/mapObjects/billshouse.asm') diff --git a/data/mapObjects/billshouse.asm b/data/mapObjects/billshouse.asm index ef52e1dd..eb90ed78 100755 --- a/data/mapObjects/billshouse.asm +++ b/data/mapObjects/billshouse.asm @@ -2,8 +2,8 @@ BillsHouseObject: db $d ; border block db $2 ; warps - db $7, $2, $0, $ff - db $7, $3, $0, $ff + warp $2, $7, $0, $ff + warp $3, $7, $0, $ff db $0 ; signs @@ -13,5 +13,5 @@ BillsHouseObject: object SPRITE_BLACK_HAIR_BOY_2, $6, $5, STAY, NONE, $3 ; person ; warp-to - EVENT_DISP BILLS_HOUSE_WIDTH, $7, $2 - EVENT_DISP BILLS_HOUSE_WIDTH, $7, $3 + warp_to $2, $7, BILLS_HOUSE_WIDTH + warp_to $3, $7, BILLS_HOUSE_WIDTH -- cgit v1.3.1-sl0p