mirror of
https://github.com/zeldaret/tp
synced 2026-06-27 10:43:03 -04:00
format
This commit is contained in:
@@ -2485,7 +2485,7 @@ private:
|
||||
/* 0x02118 */ daPy_anmHeap_c mAnmHeap5;
|
||||
/* 0x0212C */ daPy_anmHeap_c mAnmHeap6;
|
||||
/* 0x02140 */ daPy_anmHeap_c mAnmHeap7;
|
||||
/* 0x02154 */ mDoExt_bckAnm field_0x2154; // issue here?
|
||||
/* 0x02154 */ mDoExt_bckAnm field_0x2154;
|
||||
/* 0x02170 */ u8 field_0x2170[0x18];
|
||||
/* 0x02188 */ dEyeHL_c mEyeHL1;
|
||||
/* 0x0219C */ dEyeHL_c mEyeHL2;
|
||||
|
||||
@@ -18,9 +18,7 @@ public:
|
||||
/* 801458C0 */ int play(u16, int*, f32*);
|
||||
/* 80145A24 */ s32 checkEndSequence();
|
||||
|
||||
bool checkEntryNewMotion() {
|
||||
return mStepNo == 0 && field_0x14 == -1;
|
||||
}
|
||||
bool checkEntryNewMotion() { return mStepNo == 0 && field_0x14 == -1; }
|
||||
|
||||
private:
|
||||
/* 0x00 */ sequenceStepData_c* mpSeqData;
|
||||
@@ -318,9 +316,7 @@ public:
|
||||
/* 8014CCE8 */ virtual void changeBtk(int*, int*);
|
||||
/* 8014A628 */ virtual void setMotionAnm(int, f32, int);
|
||||
|
||||
bool checkHide() {
|
||||
return !field_0xe25 && (!dComIfGs_wolfeye_effect_check() && field_0xa89);
|
||||
}
|
||||
bool checkHide() { return !field_0xe25 && (!dComIfGs_wolfeye_effect_check() && field_0xa89); }
|
||||
|
||||
static u8 const mCcDObjData[48];
|
||||
static u8 mCcDCyl[68];
|
||||
@@ -448,7 +444,7 @@ public:
|
||||
/* 80152614 */ void tgHitCallBack(fopAc_ac_c*, dCcD_GObjInf*, fopAc_ac_c*, dCcD_GObjInf*);
|
||||
/* 80152654 */ void srchAttnActor1(void*, void*);
|
||||
/* 801526E8 */ void srchActor(void*, void*);
|
||||
|
||||
|
||||
/* 801528C8 */ void initialize();
|
||||
/* 80152B2C */ void getTrnsfrmKeyAnmP(char*, int);
|
||||
/* 80152B68 */ void getTexPtrnAnmP(char*, int);
|
||||
|
||||
@@ -48,10 +48,7 @@ class daPy_anmHeap_c {
|
||||
public:
|
||||
enum daAlinkHEAP_TYPE {};
|
||||
|
||||
/* 80140DCC */ void __defctor();
|
||||
daPy_anmHeap_c() {
|
||||
__defctor();
|
||||
}
|
||||
/* 80140DCC */ void __defctor(); // supposed to be the ctor?
|
||||
|
||||
daPy_anmHeap_c(u32);
|
||||
~daPy_anmHeap_c();
|
||||
|
||||
+791
-792
File diff suppressed because it is too large
Load Diff
@@ -6,11 +6,11 @@
|
||||
#include "JSystem/JParticle/JPAParticle.h"
|
||||
#include "SSystem/SComponent/c_sxyz.h"
|
||||
#include "SSystem/SComponent/c_xyz.h"
|
||||
#include "Z2AudioLib/Z2EnvSeMgr.h"
|
||||
#include "d/kankyo/d_kankyo_wether.h"
|
||||
#include "dolphin/gx/GX.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "m_Do/m_Do_ext.h"
|
||||
#include "Z2AudioLib/Z2EnvSeMgr.h"
|
||||
|
||||
class cBgS_PolyInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user