pinobatch / libbet

Libbet and the Magic Floor - a puzzle game for Game Boy
zlib License
35 stars 1 forks source link

Update makefile for RGBDS 0.8.0 compatibility #19

Open Rangi42 opened 1 month ago

Rangi42 commented 1 month ago

RGBASM 0.8.0 -h "must" be removed (it "may" have been removed in 0.7.0).

diff --git a/makefile b/makefile
index ccfc9d1..ba14638 100644
--- a/makefile
+++ b/makefile
@@ -85,10 +85,10 @@ $(title).gb: $(objlisto)
    $(RGBFIX) -jvsc -k "OK" -l 0x33 -m ROM -p 0xFF -t "LIBBET" -v $@

 obj/gb/%.o: src/%.z80 src/hardware.inc src/global.inc
-   ${RGBASM} -h -o $@ $<
+   ${RGBASM} -o $@ $<

 obj/gb/%.o: obj/gb/%.z80
-   ${RGBASM} -h -o $@ $<
+   ${RGBASM} -o $@ $<

 # Files that will be included with incbin