map: Mapgen now loads the table entries correctly.
authorLukas Krickl <lukas@krickl.dev>
Mon, 6 Jan 2025 07:14:10 +0000 (08:14 +0100)
committerLukas Krickl <lukas@krickl.dev>
Mon, 6 Jan 2025 07:14:10 +0000 (08:14 +0100)
commit180f3a509cd23e6fcb14a9a279bc3e57cb5441a5
tree84b8b7a785b13d0141a5e23ae20f083ecb4b0850
parent129d9c7a0e45a3d5276088da07475bd165297bc3
map: Mapgen now loads the table entries correctly.

Before this was rather broken and the fact that it did not crash was
just luck. It was not reading room pointers correctly nor was the room
max mask not masking correctly due to an off-by-one-error :^)
maps/base_room4.s
src/map.s