map: refactored map converter to split up bg and flags into 2 tables
authorLukas Krickl <lukas@krickl.dev>
Sat, 21 Jun 2025 06:54:00 +0000 (08:54 +0200)
committerLukas Krickl <lukas@krickl.dev>
Sat, 21 Jun 2025 06:54:00 +0000 (08:54 +0200)
commit6c69da235f856a7bcce04814f977e4279c1488ee
tree84ff8df4c0840ac017cf0720bfc73860ff926f21
parentd849a58be089335c4ffa4eb423b613d938565e19
map: refactored map converter to split up bg and flags into 2 tables

The map loader now also loads them in 2 steps.
maps/default_map.s
src/defs.s
src/map.s
tools/tms2map.py