aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapObjects/route1.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/route1.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/route1.asm')
-rwxr-xr-xdata/mapObjects/route1.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/mapObjects/route1.asm b/data/mapObjects/route1.asm
index 0e6237e7..ae4fec99 100755
--- a/data/mapObjects/route1.asm
+++ b/data/mapObjects/route1.asm
@@ -4,11 +4,11 @@ Route1Object:
db $0 ; warps
db $1 ; signs
- db $1b, $9, $3 ; Route1Text3
+ sign $9, $1b, $3 ; Route1Text3
db $2 ; objects
object SPRITE_BUG_CATCHER, $5, $18, WALK, $1, $1 ; person
object SPRITE_BUG_CATCHER, $f, $d, WALK, $2, $2 ; person
; warp-to (unused)
- EVENT_DISP $4, $7, $2
+ warp_to $2, $7, $4