aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapObjects/route22.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2020-03-27 14:11:59 -0500
committerGitHub <noreply@github.com>2020-03-27 14:11:59 -0500
commite2e8bf6a8477af254ea7057028f72ac918b62005 (patch)
treeffed0137cf81880afa4b0ec2fa30300565996f4b /data/mapObjects/route22.asm
parentMerge branch 'master' of https://github.com/CelestialAmber/pokeyellow (diff)
parentRemoved EVENT_DISP (diff)
downloadpokeyellow-e2e8bf6a8477af254ea7057028f72ac918b62005.tar.gz
pokeyellow-e2e8bf6a8477af254ea7057028f72ac918b62005.tar.xz
pokeyellow-e2e8bf6a8477af254ea7057028f72ac918b62005.zip
Merge pull request #47 from ValientOrc98/master
Added warp, warp_to and sign compatibility
Diffstat (limited to 'data/mapObjects/route22.asm')
-rwxr-xr-xdata/mapObjects/route22.asm16
1 files changed, 8 insertions, 8 deletions
diff --git a/data/mapObjects/route22.asm b/data/mapObjects/route22.asm
index ef568ae8..e91eb792 100755
--- a/data/mapObjects/route22.asm
+++ b/data/mapObjects/route22.asm
@@ -1,15 +1,15 @@
Route22Object:
db $2c ; border block
- db $1 ; warps
- db $5, $8, $0, ROUTE_22_GATE
+ db 1 ; warps
+ warp 8, 5, 0, ROUTE_22_GATE
- db $1 ; signs
- db $b, $7, $3 ; Route22FrontGateText
+ db 1 ; signs
+ sign 7, 11, 3 ; Route22FrontGateText
- db $2 ; objects
- object SPRITE_BLUE, $19, $5, STAY, NONE, $1 ; person
- object SPRITE_BLUE, $19, $5, STAY, NONE, $2 ; person
+ db 2 ; objects
+ object SPRITE_BLUE, 25, 5, STAY, NONE, 1 ; person
+ object SPRITE_BLUE, 25, 5, STAY, NONE, 2 ; person
; warp-to
- EVENT_DISP ROUTE_22_WIDTH, $5, $8 ; ROUTE_22_GATE
+ warp_to 8, 5, ROUTE_22_WIDTH ; ROUTE_22_GATE