mapgen: Added room drawing for the full map
authorLukas Krickl <lukas@krickl.dev>
Mon, 16 Feb 2026 11:40:41 +0000 (12:40 +0100)
committerLukas Krickl <lukas@krickl.dev>
Mon, 16 Feb 2026 11:40:41 +0000 (12:40 +0100)
src/mapgen.s

index 78212f33db8bd8362665bfa6aba5ffe93d15a621..fb7cfc1e12a4d07330283cd5be44e635e9a4cfbc 100644 (file)
@@ -103,6 +103,16 @@ mapgen_make_rooms:
        _mapgen_make_room_section 1, 1
        _mapgen_make_room_section 1, 2
        _mapgen_make_room_section 1, 3
+
+       _mapgen_make_room_section 2, 0
+       _mapgen_make_room_section 2, 1
+       _mapgen_make_room_section 2, 2
+       _mapgen_make_room_section 2, 3
+
+       _mapgen_make_room_section 3, 0
+       _mapgen_make_room_section 3, 1
+       _mapgen_make_room_section 3, 2
+       _mapgen_make_room_section 3, 3
        ret
        
        ; draws a map row (8 tiles)