Extract to bmp files

This commit is contained in:
NintenHero 2024-12-08 16:02:02 -06:00 committed by GitHub
parent 64e1297909
commit 0053c5175e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;