link ac_weather

This commit is contained in:
Prakxo
2023-11-03 11:40:02 +00:00
parent aae583e085
commit 9a33aef125
8 changed files with 35 additions and 13 deletions
+3 -1
View File
@@ -14,4 +14,6 @@ extern aWeather_Profile_c iam_weather_fine;
#ifdef __cplusplus
}
#endif
#endif
#endif
+2
View File
@@ -14,4 +14,6 @@ extern aWeather_Profile_c iam_weather_leaf;
#ifdef __cplusplus
}
#endif
#endif
+2
View File
@@ -14,4 +14,6 @@ extern aWeather_Profile_c iam_weather_rain;
#ifdef __cplusplus
}
#endif
#endif
+2
View File
@@ -14,4 +14,6 @@ extern aWeather_Profile_c iam_weather_sakura;
#ifdef __cplusplus
}
#endif
#endif
+2
View File
@@ -14,4 +14,6 @@ extern aWeather_Profile_c iam_weather_snow;
#ifdef __cplusplus
}
#endif
#endif
+6 -1
View File
@@ -30,11 +30,16 @@ enum {
typedef void (*eEC_NAME2EFFECTMAKE_PROC)(int, xyz_t, int, short, GAME*, u16, s16, s16);
typedef void (*eEC_REGISTEFFECTLIGHT_PROC)(f32*, s16,s16,s16);
typedef int (*eEC_EFFECTLIGHTSTATUS_PROC)(rgba_t*, int*); // returns eEC_LIGHT_COLOR_*
typedef struct effect_control_clip_s {
/* 0x00 */ eEC_NAME2EFFECTMAKE_PROC effect_make_proc;
/* 0x04 */ u8 _04[0x3C - 0x04];
/* 0x04 */ u8 _04[0x30 - 0x04];
/* 0x30 */ eEC_REGISTEFFECTLIGHT_PROC regist_effect_light;
/* 0x34 */ void* _34;
/* 0x38 */ void* _38;
/* 0x3C */ eEC_EFFECTLIGHTSTATUS_PROC effect_light_status;
/* 0x40 */ void* _40;
/* 0x44 */ void* _44;