This commit is contained in:
Lesserkuma
2023-07-31 14:10:20 +02:00
parent 34b1b4b8dc
commit a33f0ed9db
6 changed files with 87 additions and 41 deletions

View File

@@ -179,6 +179,7 @@ soundbank.bin soundbank.h : $(AUDIOFILES)
#replacement rule for gbafix
#---------------------------------------------------------------------------------
$(shell touch $(CURDIR)/../$(SOURCES)/version.h)
%.gba: %.elf
@$(OBJCOPY) -O binary $< $@
@gbafix $@ "-tLK MULTIMENU" "-cAGBJ" "-mLK" "-r0"