projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
054eb49
)
mapgen: Added room drawing for the full map
author
Lukas Krickl
<lukas@krickl.dev>
Mon, 16 Feb 2026 11:40:41 +0000
(12:40 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Mon, 16 Feb 2026 11:40:41 +0000
(12:40 +0100)
src/mapgen.s
patch
|
blob
|
history
diff --git
a/src/mapgen.s
b/src/mapgen.s
index 78212f33db8bd8362665bfa6aba5ffe93d15a621..fb7cfc1e12a4d07330283cd5be44e635e9a4cfbc 100644
(file)
--- a/
src/mapgen.s
+++ b/
src/mapgen.s
@@
-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)