projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b7a312
)
map: changed map size to 32*24
author
Lukas Krickl
<lukas@krickl.dev>
Mon, 17 Mar 2025 15:36:54 +0000
(16:36 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Mon, 17 Mar 2025 15:36:54 +0000
(16:36 +0100)
maps/default_map.s
patch
|
blob
|
history
src/defs.s
patch
|
blob
|
history
diff --git
a/maps/default_map.s
b/maps/default_map.s
index f641440629955d6f326d36d95adfb706c67ba05b..037dde1297f8469b1fb65d0e44893b49cd659bf9 100644
(file)
--- a/
maps/default_map.s
+++ b/
maps/default_map.s
@@
-95,6
+95,4
@@
default_map_bg:
.db 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea
.db 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea
.db 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea
-.db 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea
-.db 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea
-.db 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0x0, 0x80
+.db 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0x0
diff --git
a/src/defs.s
b/src/defs.s
index c66ce0c122d370ab297e5e386885221ca7c07bd5..c859c889f71803e1fc34d96f9ec0e1ec0d6a68e4 100644
(file)
--- a/
src/defs.s
+++ b/
src/defs.s
@@
-10,8
+10,8
@@
#define STACK_BEGIN 0xDFFF
#define TILE_SIZE 8
-#define MAP_W
28
-#define MAP_H 2
8
+#define MAP_W
32
+#define MAP_H 2
4
#define MAP_SIZE (MAP_W * MAP_H)
; seed for the rng