Skip to content

Commit

Permalink
Added name to rom header
Browse files Browse the repository at this point in the history
Fixes trash80#8
  • Loading branch information
dalton-tulou committed Aug 31, 2020
1 parent 1cf35ab commit aa20d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 -yc $(OBJ)/mgb.ihx mgb.gb
$(BIN)/gbdk-n-make-rom.sh -yn "MGB" -ya 1 -yc $(OBJ)/mgb.ihx mgb.gb

clean:
rm -rf $(OBJ)
Expand Down

0 comments on commit aa20d65

Please sign in to comment.