mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-12 03:47:39 -04:00
d_kyeff mostly
This commit is contained in:
@@ -382,8 +382,6 @@ enum dKy_dice_wether_state {
|
||||
/* 3 */ DICE_STATE_NEXT_e,
|
||||
};
|
||||
|
||||
class sub_kankyo__class;
|
||||
|
||||
int dKy_getdaytime_hour();
|
||||
int dKy_getdaytime_minute();
|
||||
int dKy_get_dayofweek();
|
||||
|
||||
@@ -331,7 +331,12 @@ struct WINDEFF_SET {
|
||||
/* 0x759 */ u8 field_0x759;
|
||||
};
|
||||
|
||||
void dKyw_wether_init();
|
||||
void dKyw_wether_move();
|
||||
void dKyw_wether_move_draw();
|
||||
void dKyw_wether_draw();
|
||||
void dKyw_wether_proc();
|
||||
void dKyw_wether_delete();
|
||||
void dKyw_rain_set(int);
|
||||
void dKyw_wind_set();
|
||||
void dKyw_wind_init();
|
||||
@@ -346,4 +351,5 @@ void dKyw_pntwind_cut(WIND_INFLUENCE*);
|
||||
void dKyw_pwind_cylinder_set(WIND_INFLUENCE*);
|
||||
void dKyw_evt_wind_set(s16 i_windX, s16 i_windY);
|
||||
void dKyw_evt_wind_set_go();
|
||||
#endif /* D_KANKYO_WETHER_H */
|
||||
|
||||
#endif /* D_KANKYO_WETHER_H */
|
||||
|
||||
@@ -17,8 +17,7 @@ public:
|
||||
struct kankyo_process_profile_definition {
|
||||
/* 0x00 */ leaf_process_profile_definition base;
|
||||
/* 0x24 */ leafdraw_method_class* mSubMtd;
|
||||
/* 0x28 */ u32 field_0x28[8];
|
||||
}; // Size: 0x48
|
||||
}; // Size: 0x28
|
||||
|
||||
extern leafdraw_method_class g_fopKy_Method;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user