Compare commits

...

2 Commits

Author SHA1 Message Date
NintenHero 1c126b54f9
Update Program.cs 2024-12-08 16:02:29 -06:00
NintenHero 0053c5175e
Extract to bmp files 2024-12-08 16:02:02 -06:00
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ namespace Divine_Souls_Extractor
case "ÿûâ`":
File.Move(path + "//" + i, path + "//" + i + ".mp3");
break;
case "BM8\0":
File.Move(path + "//" + i, path + "//" + i + ".bmp");
break;
//Todo: list of file names = .ifl
//Todo: 0x200000 = ???
default: break;