summaryrefslogtreecommitdiff
path: root/engine/overworld/map_objects.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/overworld/map_objects.asm')
-rw-r--r--engine/overworld/map_objects.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/map_objects.asm b/engine/overworld/map_objects.asm
index a3899f05..25245576 100644
--- a/engine/overworld/map_objects.asm
+++ b/engine/overworld/map_objects.asm
@@ -922,7 +922,7 @@ MapObjectMovementPattern:
and %00000011
ld e, a
ld d, 0
- ld hl, .data_4a81
+ ld hl, .data_4a5a
add hl, de
add hl, de
ld d, [hl]
@@ -939,7 +939,7 @@ MapObjectMovementPattern:
ld [hl], STEP_TYPE_TRACKING_OBJECT
ret
-.data_4a81
+.data_4a5a
; x, y
db 0, -4
db 0, 8