2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 21:07:42 +00:00

STRG YAML for MP2/3

This commit is contained in:
Jack Andersen
2015-08-08 17:55:11 -10:00
parent db46dbdfdb
commit ca49972974
10 changed files with 209 additions and 23 deletions

View File

@@ -183,7 +183,7 @@ ResExtractor<PAKBridge> PAKBridge::LookupExtractor(const DNAMP1::PAK::Entry& ent
switch (entry.type.toUint32())
{
case SBIG('STRG'):
return {STRG::Extract, nullptr, ".as"};
return {STRG::Extract, nullptr, ".yaml"};
case SBIG('TXTR'):
return {TXTR::Extract, nullptr, ".png"};
}