shithub: pokecrystal

Download patch

ref: f7ce402d2adb70898205fb5411b00ea49a068841
parent: 0ae5e9b3986dbbe64870dc1ad29a63b65b96200e
parent: 97e04cfa33588f7737791954e08d97501e80a22b
author: Rangi <35663410+Rangi42@users.noreply.github.com>
date: Sun Dec 30 06:07:40 EST 2018

Merge pull request #583 from melthelesbian/rgbds_environment_config

allow setting RGBASM/etc in environment vars

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