diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-21 11:43:41 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-21 11:43:41 -0500 |
commit | 02609940dbf50e1a4d7052646bedd67a2796136b (patch) | |
tree | df6e9f4db940c48b0e61912d811a480bdd3af3cc /engine | |
parent | 2fa1e97aebdb23445355a74ca7f49787508f4f0d (diff) |
Document one more bug
Diffstat (limited to 'engine')
-rwxr-xr-x | engine/npc_movement.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/npc_movement.asm b/engine/npc_movement.asm index 9a18cdcb1..e102cc554 100755 --- a/engine/npc_movement.asm +++ b/engine/npc_movement.asm @@ -7,7 +7,8 @@ Function6ec1: ; 6ec1 ld hl, OBJECT_FLAGS1 add hl, bc - bit 4, [hl] ; lost + bit 4, [hl] ; lost, uncomment next line to fix +; jr nz, .resume push hl push bc call Function6f2c |