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

Fix TXPN for version 1

Prelim EGMC support (just getting ID and loading DNA)
This commit is contained in:
2016-01-19 01:45:30 -08:00
parent 367f9a0720
commit 7c6dbacbd3
3 changed files with 34 additions and 16 deletions

View File

@@ -49,7 +49,7 @@ struct FRME : BigDNA
Value<atUint16> group;
Value<atVec3f> origin;
Value<atVec3f> basis[3];
Value<atVec3f> unk1;
Value<atVec3f> rotationCenter;
Value<atUint32> unk2;
Value<bool> unk3;
Value<bool> unk4;
@@ -192,7 +192,7 @@ struct FRME : BigDNA
Value<atVec2f> pointScale;
/* The following is only found in V1 */
UniqueID32 jpnFont;
Value<atInt32> jpnPointScale;
Value<atInt32> jpnPointScale[2];
};
struct IMGPInfo : IWidgetInfo