From 064216d3bed05719129d54079ce066ee94bee24e Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Wed, 29 Aug 2018 23:08:57 -0500 Subject: Add gbafix from devkitPro/gba-tools --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4e504aecb..ce3a6ec18 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ MID := $(abspath tools/mid2agb/mid2agb) SCANINC := tools/scaninc/scaninc PREPROC := tools/preproc/preproc RAMSCRGEN := tools/ramscrgen/ramscrgen +FIX := tools/gbafix/gbafix # Clear the default suffixes .SUFFIXES: @@ -171,5 +172,5 @@ $(ELF): $(OBJ_DIR)/ld_script.ld $(OBJS) $(ROM): $(ELF) $(OBJCOPY) -O binary $< $@ - gbafix $@ -p -t"$(TITLE)" -c$(GAME_CODE) -m$(MAKER_CODE) -r$(REVISION) + $(FIX) $@ -p -t"$(TITLE)" -c$(GAME_CODE) -m$(MAKER_CODE) -r$(REVISION) -- cgit v1.2.3