actor: Fixed actor tile flagging
authorLukas Krickl <lukas@krickl.dev>
Tue, 14 Jan 2025 20:42:57 +0000 (21:42 +0100)
committerLukas Krickl <lukas@krickl.dev>
Tue, 14 Jan 2025 20:42:57 +0000 (21:42 +0100)
commit4f476e297f1b15031c0de4d1b0d9245e1764c082
treed898c55112d175110eafae96d9bbd83f71f0d95b
parent5e6cb424ac049dc0560421c63101577e993e4896
actor: Fixed actor tile flagging

Actors now flag the correct tile, but they will unflag during their next
turn. This means that collision is till broken, but less broken than
before :^)

The actors flagged the wrong tile due to a missing offset for the target
position.
src/actor.s
src/map.s
src/player.s