mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-01 17:57:24 -04:00
Ygush00 header fix
This commit is contained in:
@@ -8,12 +8,25 @@
|
||||
|
||||
class daObjYgush00_c : public fopAc_ac_c {
|
||||
public:
|
||||
/* 0x290 */ request_of_phase_process_class mLoadYgush00Phs;
|
||||
/* 0x298 */ J3DModel* mpModel;
|
||||
enum Param_e {
|
||||
PRM_TYPE_W = 3,
|
||||
PRM_TYPE_S = 0,
|
||||
};
|
||||
|
||||
s32 _create();
|
||||
bool _delete();
|
||||
bool _execute();
|
||||
bool _draw();
|
||||
bool create_heap();
|
||||
static BOOL solidHeapCB(fopAc_ac_c*);
|
||||
|
||||
public:
|
||||
/* 0x290 */ request_of_phase_process_class mPhs;
|
||||
/* 0x298 */ J3DModel * mpModel;
|
||||
/* 0x29C */ mDoExt_btkAnm mBtkAnm;
|
||||
/* 0x2B0 */ mDoExt_bckAnm mBckAnm;
|
||||
/* 0x2C0 */ u32 mType;
|
||||
/* 0x2C4 */ daObjGryw00_c* mpGryw00;
|
||||
/* 0x2C0 */ s32 mType;
|
||||
/* 0x2C4 */ daObjGryw00_c * mpGryw00;
|
||||
};
|
||||
|
||||
#endif /* D_A_OBJ_YGUSH00_H */
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
class daObjGryw00_c : public fopAc_ac_c {
|
||||
public:
|
||||
void get_draw_water_lv(void*);
|
||||
f32 get_draw_water_lv(void*);
|
||||
void setup_high_water_level_btk_anm();
|
||||
void particle_set();
|
||||
void particle_move();
|
||||
|
||||
Reference in New Issue
Block a user