projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15e0981
)
banking: Fixed accidental write to ram area causing rom size to be out
author
Lukas Krickl
<lukas@krickl.dev>
Fri, 25 Jul 2025 14:43:53 +0000
(16:43 +0200)
committer
Lukas Krickl
<lukas@krickl.dev>
Fri, 25 Jul 2025 14:43:53 +0000
(16:43 +0200)
of alignment
src/wram.s
patch
|
blob
|
history
diff --git
a/src/wram.s
b/src/wram.s
index 608cb5b5867a2d78bf1829dcc10745aee25ec416..280cbecb270297cbcc7217ea4755cb9e680756a7 100644
(file)
--- a/
src/wram.s
+++ b/
src/wram.s
@@
-143,8
+143,7
@@
p0_units: .adv act_size * UNITS_MAX
; list of seeds used
; for the current maps
; fill using mapgen_seed
-map_seeds:
-dw FLOOR_MAP_COUNT * 2
+map_seeds: .adv FLOOR_MAP_COUNT * 2
; map tiles and collision data
map: .adv c_size * MAP_SIZE