From a8641e8a71dbb514b2d0771a53ba43735b51c5cc Mon Sep 17 00:00:00 2001 From: TonyTwoStep <43851175+TonyTwoStep@users.noreply.github.com> Date: Tue, 1 Mar 2022 15:34:33 -0500 Subject: [PATCH] fix preset saving by specifying cartridge type in build param --- Source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Makefile b/Source/Makefile index b7e1bfb..1158907 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -15,7 +15,7 @@ build: $(BIN)/gbdk-n-link.sh $(OBJ)/mgb.rel $(OBJ)/mgb_save.rel $(OBJ)/mGBASMFunctions.rel $(OBJ)/mGBASMSynthFunctions.rel $(OBJ)/mGBASMMidiFunctions.rel -o $(OBJ)/mgb.ihx - $(BIN)/gbdk-n-make-rom.sh -ya 1 $(OBJ)/mgb.ihx mgb.gb + $(BIN)/gbdk-n-make-rom.sh -yt 3 -ya 1 $(OBJ)/mgb.ihx mgb.gb clean: rm -rf $(OBJ)