From 5ae971bc50a89d2e29de0e6efea3289fea1258d8 Mon Sep 17 00:00:00 2001 From: theAzack9 Date: Sat, 14 Dec 2024 08:30:49 +0100 Subject: [PATCH] Add mCap1 and mCap3 J3DModels --- include/SMS/M3DUtil/MActor.hxx | 2 +- include/SMS/Player/MarioCap.hxx | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/include/SMS/M3DUtil/MActor.hxx b/include/SMS/M3DUtil/MActor.hxx index 3a0679d..7168f23 100644 --- a/include/SMS/M3DUtil/MActor.hxx +++ b/include/SMS/M3DUtil/MActor.hxx @@ -121,7 +121,7 @@ public: void createSampleModelData(J3DModelData *); // Initializes animation data using all bck files in described folder - void init(const char *path, const char **); + void init(const char *path, const char**); s32 partsNameToIdx(const char *); diff --git a/include/SMS/Player/MarioCap.hxx b/include/SMS/Player/MarioCap.hxx index f9e74b4..e10228d 100644 --- a/include/SMS/Player/MarioCap.hxx +++ b/include/SMS/Player/MarioCap.hxx @@ -15,6 +15,14 @@ public: void createMirrorModel(); void mtxEffectHide(); void mtxEffectShow(); + + u32 _00; + u32 _04; + u16 _08; + J3DModel* mCap1; + J3DModel* mCap3; + J3DModel* mDiverHelm; + J3DModel* maGlass1; }; extern const char *cDirtyFileName;