actor: rt variables are now in regular actor_def
authorLukas Krickl <lukas@krickl.dev>
Wed, 25 Jun 2025 13:53:14 +0000 (15:53 +0200)
committerLukas Krickl <lukas@krickl.dev>
Wed, 25 Jun 2025 13:53:14 +0000 (15:53 +0200)
commit6d926a97ab922f9df6f6802d3dd05d095d96c8c9
tree1db55cab2c1574c9bd00a1a3c18438d4a8ed2048
parentfc6a5e1e027196e3354a34106a4135c73d481936
actor: rt variables are now in regular actor_def

this saves a macro call.
units now move in sub-tiles in all directions.
Drawing still will need to take this into account.
src/defs.s
src/macros.inc
src/player.s
src/unit.s
src/unit_demo.s