map: Added template maps for dungeon drawing
authorLukas Krickl <lukas@krickl.dev>
Tue, 16 Dec 2025 13:28:26 +0000 (14:28 +0100)
committerLukas Krickl <lukas@krickl.dev>
Tue, 16 Dec 2025 13:28:26 +0000 (14:28 +0100)
commitde04d0b588911cc99362451eb9120d57e58abaf6
tree8d25a46214f5564c9350cfb79066d1a1bbed124d
parent9dbd1f440a8f272bc3cf7c6a05c450eaa4aed973
map: Added template maps for dungeon drawing

Added example of map draw loader
14 files changed:
makefile
maps/far_wall.inc [new file with mode: 0644]
maps/l1.inc [new file with mode: 0644]
maps/near_wall.inc [new file with mode: 0644]
maps/newat_wall.inc [new file with mode: 0644]
maps/spawn.inc [deleted file]
src/defs.s
src/levels.s
src/map.s
src/player.s
src/tiles.s
src/update.s
src/wram.s
tools/tmx2map.py