unit: Fixed out of bounds reads and write in unit->unit collision
authorLukas Krickl <lukas@krickl.dev>
Sat, 21 Jun 2025 13:49:56 +0000 (15:49 +0200)
committerLukas Krickl <lukas@krickl.dev>
Sat, 21 Jun 2025 13:49:56 +0000 (15:49 +0200)
commitdac2cc486b362bb9644de5387822166f91abc1a0
tree28741fe4b2928ade2081a47ea261d8383faf1a93
parent8949f437ab72fb76351a3914cbe2fa43f510f67d
unit: Fixed out of bounds reads and write in unit->unit collision

This was caused by attempting to use a clobbered A value as the loop
index.
src/actortables.s
src/unit.s