Skip to content

Commit

Permalink
Use lower quality audio file for banner (fixes blank banner)
Browse files Browse the repository at this point in the history
  • Loading branch information
00p513-dev committed Jun 27, 2021
1 parent 4c6f86d commit 86eb471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ clean:
# Custom rules
#---------------------------------------------------------------------------------

banner.bin: assets/banner.png assets/banner.wav
bannertool makebanner -i assets/banner.png -a assets/banner.wav -o $(BUILD)/banner.bin
banner.bin: assets/banner.png assets/banner.ogg
bannertool makebanner -i assets/banner.png -a assets/banner.ogg -o $(BUILD)/banner.bin

$(TARGET).3ds: $(TARGET).elf $(TARGET).smdh assets/$(TARGET).rsf
makerom -f cci -o $(TARGET).3ds -rsf assets/$(TARGET).rsf -target d -exefslogo -elf $(TARGET).elf -icon $(TARGET).smdh -banner build/banner.bin
Expand Down
Binary file added assets/banner.ogg
Binary file not shown.

0 comments on commit 86eb471

Please sign in to comment.