banking: Fixed accidental write to ram area causing rom size to be out
authorLukas Krickl <lukas@krickl.dev>
Fri, 25 Jul 2025 14:43:53 +0000 (16:43 +0200)
committerLukas Krickl <lukas@krickl.dev>
Fri, 25 Jul 2025 14:43:53 +0000 (16:43 +0200)
of alignment

src/wram.s

index 608cb5b5867a2d78bf1829dcc10745aee25ec416..280cbecb270297cbcc7217ea4755cb9e680756a7 100644 (file)
@@ -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