mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
ANCS cook fixes; initial Tweak DNA pipeline
This commit is contained in:
@@ -138,9 +138,9 @@ SObjectTag ProjectResourceFactoryMP1::TagFromPath(const hecl::ProjectPath& path,
|
||||
resTag.type = SBIG('STRG');
|
||||
return true;
|
||||
}
|
||||
else if (!strcmp(className, "FONT"))
|
||||
else if (!strcmp(className, "DataSpec::DNAMP1::CTweakPlayerRes"))
|
||||
{
|
||||
resTag.type = SBIG('FONT');
|
||||
resTag.type = SBIG('CTWK');
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user