Merge pull request #323 from Diegoisawesome/master

Fix gbafix
This commit is contained in:
Diegoisawesome
2018-09-11 17:34:37 -05:00
committed by GitHub
2 changed files with 11 additions and 8 deletions

View File

@@ -173,5 +173,5 @@ $(ELF): $(OBJ_DIR)/ld_script.ld $(OBJS)
$(ROM): $(ELF)
$(OBJCOPY) -O binary $< $@
$(FIX) $@ -p -t"$(TITLE)" -c$(GAME_CODE) -m$(MAKER_CODE) -r$(REVISION) -silent
$(FIX) $@ -p -t"$(TITLE)" -c$(GAME_CODE) -m$(MAKER_CODE) -r$(REVISION) --silent