mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-03 09:59:39 -04:00
d_com_inf_game matches
This commit is contained in:
@@ -28,6 +28,8 @@ public:
|
||||
/* 0x08 */ MtxP mpMtx;
|
||||
};
|
||||
|
||||
STATIC_ASSERT(sizeof(daPy_mtxFollowEcallBack_c) == 0x0C);
|
||||
|
||||
class daPy_HIO_c {
|
||||
public:
|
||||
};
|
||||
|
||||
@@ -97,6 +97,8 @@ public:
|
||||
/* 0x0 */ u8 field_0x0[0x28];
|
||||
};
|
||||
|
||||
STATIC_ASSERT(sizeof(daPy_swimTailEcallBack_c) == 0x28);
|
||||
|
||||
class daPy_waterDropEcallBack_c {
|
||||
public:
|
||||
void execute(JPABaseEmitter*);
|
||||
@@ -1177,7 +1179,7 @@ public:
|
||||
/* 0x3484 */ dAttList_c* mpAttnEntryA;
|
||||
/* 0x3488 */ dAttList_c* mpAttnEntryX;
|
||||
/* 0x348C */ dAttList_c* mpAttnEntryY;
|
||||
/* 0x3490 */ dAttList_c* mpAttnentryZ;
|
||||
/* 0x3490 */ dAttList_c* mpAttnEntryZ;
|
||||
/* 0x3494 */ u8 field_0x3494[0x34B9 - 0x3494];
|
||||
/* 0x34B9 */ u8 mFrontWallType;
|
||||
/* 0x34BA */ u8 field_0x34BA[0x34BD - 0x34BA];
|
||||
|
||||
@@ -257,8 +257,13 @@ public:
|
||||
virtual void executeAfter(JPABaseEmitter*);
|
||||
virtual void setup(JPABaseEmitter*, const cXyz*, const csXyz*, s8);
|
||||
void end();
|
||||
|
||||
public:
|
||||
/* 0x04 */ u8 field_0x04[0x0c];
|
||||
};
|
||||
|
||||
STATIC_ASSERT(sizeof(dPa_cutTurnEcallBack_c) == 0x10);
|
||||
|
||||
class dPa_stripesEcallBack : public dPa_levelEcallBack {
|
||||
public:
|
||||
dPa_stripesEcallBack();
|
||||
|
||||
Reference in New Issue
Block a user