summaryrefslogtreecommitdiff
path: root/engine/overworld/map_objects.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-06-19 07:32:01 -0400
committerentrpntr <entrpntr@gmail.com>2020-06-19 07:35:14 -0400
commit9d0c8dbf8e57fa2832f71fae94de7552e270d367 (patch)
treef00d94c0f03ebbe4358a6ff794c323ac7cc6ea45 /engine/overworld/map_objects.asm
parente87159ed7bbff17f2e3c0a074860c0eaa54f9cbb (diff)
Rename labels to stop cheating the unnamed.py script.
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