diff options
| author | klektron <klektron@users.noreply.github.com> | 2021-01-02 15:24:25 +0100 |
|---|---|---|
| committer | klektron <klektron@users.noreply.github.com> | 2021-01-02 15:24:25 +0100 |
| commit | 419eac2a656d5dd034e46c5f93ce808e583050de (patch) | |
| tree | e624efa8f0f96b763e8a610c0a616988ef72a1b0 /engine/overworld | |
| parent | 36d4d6fe0aeeb60b5137b812b779fa82b05b4a5a (diff) | |
fixes here and there
Diffstat (limited to 'engine/overworld')
| -rw-r--r-- | engine/overworld/movement.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/movement.asm b/engine/overworld/movement.asm index 7a5c1fe6..cb994e98 100644 --- a/engine/overworld/movement.asm +++ b/engine/overworld/movement.asm @@ -717,7 +717,7 @@ GetTileSpriteStandsOn: ld l, a ld a, [hli] ; x#SPRITESTATEDATA1_YPIXELS add $4 ; align to 2*2 tile blocks (Y position is always off 4 pixels to the top) - and $f0 ; in case object is currently moving + and $f8 ; in case object is currently moving srl a ; screen Y tile * 4 ld c, a ld b, $0 |
