shithub: pokecrystal

Download patch

ref: 4eb935eb5a602f59d7ac646fa8757aeda81f4656
parent: 0ae5e9b3986dbbe64870dc1ad29a63b65b96200e
author: Melody <melody@pallet.town>
date: Tue Dec 25 09:48:44 EST 2018

allow setting RGBASM in environment vars

--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,10 @@
 SHA1 := sha1sum
 endif
 
-RGBASM := rgbasm
-RGBFIX := rgbfix
-RGBGFX := rgbgfx
-RGBLINK := rgblink
+RGBASM ?= rgbasm
+RGBFIX ?= rgbfix
+RGBGFX ?= rgbgfx
+RGBLINK ?= rgblink
 
 roms := pokecrystal.gbc pokecrystal11.gbc