From 419eac2a656d5dd034e46c5f93ce808e583050de Mon Sep 17 00:00:00 2001 From: klektron Date: Sat, 2 Jan 2021 15:24:25 +0100 Subject: fixes here and there --- engine/overworld/movement.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/overworld') 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 -- cgit v1.2.3