mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
Audio decompiled and WIP custom sample support
This commit is contained in:
parent
2a1145785e
commit
b889880cc7
44 changed files with 2384 additions and 167 deletions
|
@ -191,6 +191,8 @@ ZRom::ZRom(std::string romPath)
|
|||
}
|
||||
else
|
||||
files[lines[i]] = outData;
|
||||
|
||||
//File::WriteAllBytes(StringHelper::Sprintf("baserom/%s", lines[i]), files[lines[i]]);
|
||||
}
|
||||
|
||||
int bp = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue