From a893988c10736d324330fbdcacabd6ac862500e1 Mon Sep 17 00:00:00 2001 From: Astatin Date: Wed, 3 Sep 2025 14:27:00 +0200 Subject: Add a post assembly script to round up ROM size (fixes ROM banking on some emulator) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c5af677..e038331 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ map/maps.gbasm: $(subst .ldtk,.map.gbasm,$(wildcard ./map/maps/*.ldtk)) build/main.rom: build/main.rom.unsigned cp build/main.rom.unsigned build/main.rom python scripts/set_checksums.py build/main.rom + python scripts/round-rom-size.py build/main.rom build/main.rom.unsigned: main.gbasm tileset.gbasm text.gbasm dialogues/text.gbasm map/maps.gbasm $(wildcard ./*.gbasm) $(wildcard ./**/*.gbasm) $(wildcard ./**/**/*.gbasm) $(wildcard ./music/*.vgm) mkdir -p build -- cgit v1.2.3-70-g09d2