From 9d0c8dbf8e57fa2832f71fae94de7552e270d367 Mon Sep 17 00:00:00 2001 From: entrpntr Date: Fri, 19 Jun 2020 07:32:01 -0400 Subject: Rename labels to stop cheating the unnamed.py script. --- engine/overworld/map_objects.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/overworld') 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 -- cgit v1.2.3