mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 21:47:41 +00:00
Initial MP1 ANIM implementation
This commit is contained in:
@@ -183,7 +183,7 @@ ResExtractor<PAKBridge> PAKBridge::LookupExtractor(const PAK::Entry& entry)
|
||||
case SBIG('CMDL'):
|
||||
return {nullptr, CMDL::Extract, ".blend", 1};
|
||||
case SBIG('ANCS'):
|
||||
return {ANCS::Extract, nullptr, ".yaml"};
|
||||
return {nullptr, ANCS::Extract, nullptr};
|
||||
case SBIG('MLVL'):
|
||||
return {MLVL::Extract, nullptr, ".yaml"};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user