map: Refactored actor table in base maps
authorLukas Krickl <lukas@krickl.dev>
Thu, 2 Jan 2025 14:52:04 +0000 (15:52 +0100)
committerLukas Krickl <lukas@krickl.dev>
Thu, 2 Jan 2025 14:52:04 +0000 (15:52 +0100)
commitcc0709c0d15e45d54d7f11c2fa1a73e71af0761b
treef9209183e328e2a2b75b089cbcaf218e5d10c48e
parent7155596bb245dd3d97657be6140ea4188ea6b478
map: Refactored actor table in base maps

Base maps now always include the entire actor table to make the copy
operatin easier and more clear.
This now allows us to save the actor table back.
The initial copy is now also easier :^)
maps/base_room.s
maps/base_room2.s
src/map.s
tools/tms2map.py