2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

Working MP1 extract with tags replaced with paths

This commit is contained in:
Jack Andersen
2016-03-01 15:49:21 -10:00
parent 8648dfbf10
commit 7049ab2b1d
15 changed files with 104 additions and 67 deletions

View File

@@ -23,7 +23,7 @@ struct SpecialFunction : IScriptObject
struct LayerSwitch : BigYAML
{
DECL_YAML
UniqueID32 area;
Value<atUint32> area;
Value<atUint32> layerIdx;
} layerSwitch;
Value<EPickupType> pickup;