shithub: pokecrystal

Download patch

ref: 1222ea7def97c6d78abef09f25787ef555e5c1cd
parent: 770d2fc4cb3368b237d8ba33dcd6e5d9f0740863
author: mid-kid <esteve.varela@gmail.com>
date: Sat Oct 8 15:07:00 EDT 2022

Fix rgbdscheck running on older rgbds

--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@
 	tools/make_patch $*_vc.sym $^ $@
 
 rgbdscheck.o: rgbdscheck.asm
-	$(RGBASM) $(RGBASMFLAGS) -o $@ $<
+	$(RGBASM) -o $@ $<
 
 # The dep rules have to be explicit or else missing files won't be reported.
 # As a side effect, they're evaluated immediately instead of when the rule is invoked.