d_a_am2 match

This commit is contained in:
LagoLunatic
2023-10-18 23:50:41 -04:00
parent 7f796fffa8
commit d347dcd89b
11 changed files with 1568 additions and 421 deletions
+2
View File
@@ -172,6 +172,8 @@ public:
void execute(JPABaseEmitter*);
void draw(JPABaseEmitter*);
void setRate(f32 rate) { mRate = rate; }
/* 0x04 */ JPABaseEmitter* mpBaseEmitter;
/* 0x08 */ cXyz* mPos;
/* 0x0C */ u32 mFlags;
+2
View File
@@ -271,4 +271,6 @@ struct camera_process_profile_definition {
/* 0x3C */ leafdraw_method_class* mSubMtd; // Subclass methods
};
dCamera_c* dCam_getBody();
#endif