Fixed bug that caused actors to incorrectly end their turn under certain
authorLukas Krickl <lukas@krickl.dev>
Sun, 8 Dec 2024 17:33:50 +0000 (18:33 +0100)
committerLukas Krickl <lukas@krickl.dev>
Sun, 8 Dec 2024 17:33:50 +0000 (18:33 +0100)
commit5ad2832cb061b1cdae939afd74ae5798f8eb93bb
tree90cdeabbe3c55dde4040d7990f0b6ce1f7b1b283
parent39db4a9ab2dcd6f3de2bb13fe3dcb2f30784ab35
Fixed bug that caused actors to incorrectly end their turn under certain
conditions.

This was caused by actor_update_bat setting the zero flag which caused
call nz, update_actor_null to be executed
BUGS.md
src/actor.s