mirror of
https://github.com/zeldaret/tp
synced 2026-07-10 23:22:01 -04:00
GCN data 100% matching (#2987)
* Update GZ2J01 symbols from linked DOL * GCN data 100% matching * Run dtk apply
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
||||
/* 0x73C */ WIND_INFLUENCE mWindInfluence;
|
||||
/* 0x768 */ f32 mDefaultRadius;
|
||||
/* 0x76C */ f32 mDefaultLength;
|
||||
/* 0x770 */ int mTimer;
|
||||
/* 0x770 */ s32 mTimer;
|
||||
/* 0x774 */ f32 mWindPower;
|
||||
/* 0x778 */ bool mColumnOn;
|
||||
/* 0x778 */ JPABaseEmitter* mParticles[3];
|
||||
|
||||
@@ -13,7 +13,7 @@ public:
|
||||
|
||||
int create();
|
||||
int execute();
|
||||
void setActionMode(ActionMode mode, u8 state);
|
||||
void setActionMode(u8 mode, u8 state);
|
||||
void actionWaitRiver();
|
||||
void actionWaitFall();
|
||||
int _delete();
|
||||
|
||||
@@ -15,6 +15,8 @@ class dLog_HIO_c {
|
||||
public:
|
||||
dLog_HIO_c();
|
||||
virtual ~dLog_HIO_c();
|
||||
|
||||
u8 field_0x4[0x8 - 0x4];
|
||||
}; // Size: 0x8
|
||||
|
||||
class dScnLogo_c : public scene_class {
|
||||
|
||||
Reference in New Issue
Block a user