aboutsummaryrefslogtreecommitdiffstats
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/overworld/movement.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/movement.asm b/engine/overworld/movement.asm
index 20de17a1..e08da61a 100644
--- a/engine/overworld/movement.asm
+++ b/engine/overworld/movement.asm
@@ -117,7 +117,7 @@ UpdateNPCSprite:
dec a
add a
ld hl, wMapSpriteData
- add l ; should be adc
+ add l
ld l, a
ld a, [hl] ; read movement byte 2
ld [wCurSpriteMovement2], a