banking: Fixed banking
authorLukas Krickl <lukas@krickl.dev>
Fri, 25 Jul 2025 14:37:56 +0000 (16:37 +0200)
committerLukas Krickl <lukas@krickl.dev>
Fri, 25 Jul 2025 14:37:56 +0000 (16:37 +0200)
src/defs.s
src/main.s

index cddca504aa8e70dd8593e2b572fec5c0d18457d0..0ff9dc109f3073a40dd3ccf4a603e95cf11da000 100644 (file)
   ; the seed to use for this map 
   ; read from [map_seeds]
 .de map_seed_index, 1
-
+.se map_header_size, 0
 
   ; map actor table struct
 .se 0
index ba05eb5874125c45dad94820881b08c32c3aa7a7..14b36b339f9dbedb8966dd3544c696256fd5fcf9 100644 (file)
@@ -60,6 +60,8 @@ main:
 #include "ui.s"
 #include "audio.s"
 #include "map.s"
+
+
 #include "roompatterns.s"
 #include "mapgen.s"
 #include "state.s"
@@ -73,5 +75,9 @@ main:
 #include "demos.s"
 #include "mainmenu.s"
 
+; fill bank
+.fill 0xFF, 0x4000 - $
+
 ; fill bank
 .fill 0xFF, 0x7FFF - $
+