d_kyeff mostly

This commit is contained in:
Jasper St. Pierre
2023-10-13 17:30:57 -07:00
parent 75ef109e98
commit 36cbc765c1
4 changed files with 161 additions and 24 deletions
-2
View File
@@ -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();
+7 -1
View File
@@ -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 */
+1 -2
View File
@@ -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;