actors: reworked actor table
authorLukas Krickl <lukas@krickl.dev>
Sun, 20 Jul 2025 15:54:18 +0000 (17:54 +0200)
committerLukas Krickl <lukas@krickl.dev>
Sun, 20 Jul 2025 15:54:18 +0000 (17:54 +0200)
commite26622264f4f29da2f953c7e3ae71a729c134e67
tree15bfc5781bc6f053535785a705836342a17e2b39
parentdcf4fdbe8f2f4e4e6839a101d9116cae395b7360
actors: reworked actor table

This change was made to make general actors more slim.
Actors do not need equipment and inventory slots.
Instead general actors now have a runtime spot for loot table
information.
Only the player has a special memory space for inventory/equipment data
now.
src/actortables.s
src/defs.s
src/macros.inc
src/mapgen.s
src/player.s
src/unit_demo.s
src/wram.s