summaryrefslogtreecommitdiff
path: root/data/mapObjects/route22.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/mapObjects/route22.asm')
-rwxr-xr-xdata/mapObjects/route22.asm18
1 files changed, 9 insertions, 9 deletions
diff --git a/data/mapObjects/route22.asm b/data/mapObjects/route22.asm
index 258c29a1..377cf6c9 100755
--- a/data/mapObjects/route22.asm
+++ b/data/mapObjects/route22.asm
@@ -1,15 +1,15 @@
Route22Object:
- db $2c ; border block
+ db 44 ; border block
- db $1 ; warps
- warp $8, $5, $0, ROUTE_22_GATE
+ db 1 ; warps
+ warp 8, 5, 0, ROUTE_22_GATE
- db $1 ; signs
- sign $7, $b, $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
- warp_to $8, $5, ROUTE_22_WIDTH ; ROUTE_22_GATE
+ warp_to 8, 5, ROUTE_22_WIDTH ; ROUTE_22_GATE