aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapObjects/undergroundpathentranceroute5.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-29 02:31:32 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-29 02:31:32 -0500
commitd271d6917549074e721f3e5064b77e1ad1dbe44a (patch)
treecee0f1b9a44aa7394dbf36ee3ad3654dde08df06 /data/mapObjects/undergroundpathentranceroute5.asm
parentAdd pokegold and pokefirered. (diff)
downloadpokeyellow-d271d6917549074e721f3e5064b77e1ad1dbe44a.tar.gz
pokeyellow-d271d6917549074e721f3e5064b77e1ad1dbe44a.tar.xz
pokeyellow-d271d6917549074e721f3e5064b77e1ad1dbe44a.zip
Add warp, sign, and warp_to macros for data/mapObjects definitions
Diffstat (limited to 'data/mapObjects/undergroundpathentranceroute5.asm')
-rwxr-xr-xdata/mapObjects/undergroundpathentranceroute5.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/mapObjects/undergroundpathentranceroute5.asm b/data/mapObjects/undergroundpathentranceroute5.asm
index 14d7232e..1c63b2e7 100755
--- a/data/mapObjects/undergroundpathentranceroute5.asm
+++ b/data/mapObjects/undergroundpathentranceroute5.asm
@@ -2,9 +2,9 @@ UndergroundPathEntranceRoute5Object:
db $a ; border block
db $3 ; warps
- db $7, $3, $3, $ff
- db $7, $4, $3, $ff
- db $4, $4, $0, UNDERGROUND_PATH_NS
+ warp $3, $7, $3, $ff
+ warp $4, $7, $3, $ff
+ warp $4, $4, $0, UNDERGROUND_PATH_NS
db $0 ; signs
@@ -12,6 +12,6 @@ UndergroundPathEntranceRoute5Object:
object SPRITE_LITTLE_GIRL, $2, $3, STAY, NONE, $1 ; person
; warp-to
- EVENT_DISP PATH_ENTRANCE_ROUTE_5_WIDTH, $7, $3
- EVENT_DISP PATH_ENTRANCE_ROUTE_5_WIDTH, $7, $4
- EVENT_DISP PATH_ENTRANCE_ROUTE_5_WIDTH, $4, $4 ; UNDERGROUND_PATH_NS
+ warp_to $3, $7, PATH_ENTRANCE_ROUTE_5_WIDTH
+ warp_to $4, $7, PATH_ENTRANCE_ROUTE_5_WIDTH
+ warp_to $4, $4, PATH_ENTRANCE_ROUTE_5_WIDTH ; UNDERGROUND_PATH_NS