shithub: pokecrystal

Download patch

ref: ceb747c622cd90e9796515e917f2a0e00ebd7764
parent: 19aee926af86c1351ca85ca45da26f5d6f3cd8d6
author: mid-kid <esteve.varela@gmail.com>
date: Fri Apr 17 19:24:10 EDT 2020

fix ~~type~~ typo

--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@
 $(crystal_au_obj): RGBASMFLAGS += -D _CRYSTAL11 -D _CRYSTAL_AU
 
 rgbdscheck.o: rgbdscheck.asm
-	$(RGMASM) -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.