d_a_obj_cho OK (#2080)

This commit is contained in:
Caroline Madsen
2024-02-28 04:41:16 -05:00
committed by GitHub
parent 555e4bc19e
commit f1c0e88446
41 changed files with 732 additions and 3480 deletions
+17 -4
View File
@@ -5,20 +5,33 @@
class dInsect_c : public fopAc_ac_c {
public:
enum Sex {
/* 0 */ SEX_MALE,
/* 1 */ SEX_FEMALE,
};
enum Location {
/* 0 */ LOC_OUTSIDE,
/* 1 */ LOC_AGITHA,
/* 2 */ LOC_UNK_2,
};
/* 8015E010 */ dInsect_c();
/* 8015E078 */ void Insect_GetDemoMain();
/* 8015E26C */ void CalcZBuffer(f32);
/* 80110648 */ virtual void Insect_Release() { field_0x56C = 1; }
bool ChkGetDemo() { return m_mode > 0; }
private:
protected:
/* 0x56C */ u8 field_0x56C;
/* 0x56D */ u8 field_0x56D;
/* 0x56E */ u8 field_0x56E[10];
/* 0x56D */ bool mDraw;
/* 0x570 */ u32 mParticleKey1;
/* 0x574 */ u32 mParticleKey2;
/* 0x578 */ u32 field_0x578;
/* 0x57C */ f32 field_0x57C;
/* 0x580 */ u8 m_itemNo;
/* 0x581 */ u8 field_0x581;
/* 0x581 */ u8 mSex;
/* 0x582 */ s16 m_saveBitNo;
/* 0x584 */ u8 field_0x584;
/* 0x585 */ u8 field_0x585;