diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-18 16:41:56 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-18 16:41:56 -0400 |
commit | 6bd75976f3f9bca5cb425235b98e69fff90f5581 (patch) | |
tree | 71bea747b64b776eec15606e3756209d1697d8ea /engine/step_types.asm | |
parent | 5f272fd20f971f5a6e9ce191f48a935cf7bf6eac (diff) |
finish engine/movement.asm
Diffstat (limited to 'engine/step_types.asm')
-rwxr-xr-x | engine/step_types.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engine/step_types.asm b/engine/step_types.asm index 7c011c54..98ae1964 100755 --- a/engine/step_types.asm +++ b/engine/step_types.asm @@ -560,9 +560,7 @@ Function4ea4: ; 4ea4 (1:4ea4) add hl, bc ld a, [hl] ld b, a - ld a, $2 - ld hl, UselessAndA + 1 - rst FarCall + callba CopyDECoordsToMapObject pop bc ld hl, $5 add hl, bc |