mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 01:07:42 +00:00
ANCS fixes and cleanup
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "MLVL.hpp"
|
||||
#include "../DNACommon/TXTR.hpp"
|
||||
#include "CMDL.hpp"
|
||||
#include "ANCS.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
@@ -181,6 +182,8 @@ ResExtractor<PAKBridge> PAKBridge::LookupExtractor(const PAK::Entry& entry)
|
||||
return {TXTR::Extract, nullptr, ".png"};
|
||||
case SBIG('CMDL'):
|
||||
return {nullptr, CMDL::Extract, ".blend", 1};
|
||||
case SBIG('ANCS'):
|
||||
return {ANCS::Extract, nullptr, ".yaml"};
|
||||
case SBIG('MLVL'):
|
||||
return {MLVL::Extract, nullptr, ".yaml"};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user