WAV files can now be used instead of BCWAV files.

This commit is contained in:
Steveice10
2015-01-24 00:44:57 -08:00
parent 51ba5e21f1
commit eee39ef565
10 changed files with 242 additions and 20 deletions

View File

@@ -40,7 +40,7 @@ void cmd_print_info(const char* command) {
if(strcmp(command, "makebanner") == 0) {
printf("makebanner - Creates a .bnr file.\n");
printf(" -i/--image: PNG file to use as the banner image.\n");
printf(" -a/--audio: Audio file to use as the banner's tune.\n");
printf(" -a/--audio: WAV file to use as the banner's tune.\n");
printf(" -o/--output: File to output the created banner to.\n");
}
}