Skip to content

Commit

Permalink
Add mCap1 and mCap3 J3DModels
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAzack9 committed Dec 14, 2024
1 parent 2dabd48 commit 5ae971b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/SMS/M3DUtil/MActor.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);

Expand Down
8 changes: 8 additions & 0 deletions include/SMS/Player/MarioCap.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5ae971b

Please sign in to comment.