From 0053c5175e0f926f565836deff52ca16fe280d47 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:02:02 -0600 Subject: [PATCH] Extract to bmp files --- Program.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Program.cs b/Program.cs index 1a5cea0..31b3096 100644 --- a/Program.cs +++ b/Program.cs @@ -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;