Removed test room loader code and replaced it with an actual memcpy call
authorLukas Krickl <lukas@krickl.dev>
Sun, 15 Dec 2024 10:00:21 +0000 (11:00 +0100)
committerLukas Krickl <lukas@krickl.dev>
Sun, 15 Dec 2024 10:00:21 +0000 (11:00 +0100)
commitb2fb23f2577e2c26eb2021ef1e63df0348a9db7f
treed18be8227a33f44e396d21c08396bdc2df319a77
parent5d024b3f922d8e4a8957da76b9e754ab40c0e3cd
Removed test room loader code and replaced it with an actual memcpy call

The test loader for a hard coded room was still present in video init.
This lead to an incorrect assumption being made in the map converter.
Rooms are now loaded directly from the actual base struct.
The base struct now also always points to an empty room exit table.
maps/base_room.s
src/map.s
src/video.s
tools/tms2map.py