mirror of
https://github.com/zeldaret/tp
synced 2026-06-24 09:41:32 -04:00
kankyo_rain / obj_life_container mostly done, obj_glowsphere done (#2266)
* obj_life_container mostly done * obj_glowSphere done * kankyo_rain mostly done * some cleanup * more kankyo_rain cleanup
This commit is contained in:
@@ -1216,8 +1216,8 @@ static void setkankyoShadow(dKy_tevstr_c* param_0, f32* param_1) {
|
||||
*param_1 *= param_0->field_0x344;
|
||||
}
|
||||
|
||||
if (env_light->mThunderEff.mStateTimer != 0 && env_light->mThunderEff.mStateTimer < 10) {
|
||||
*param_1 += env_light->mThunderEff.field_0x8;
|
||||
if (env_light->mThunderEff.mState != 0 && env_light->mThunderEff.mState < 10) {
|
||||
*param_1 += env_light->mThunderEff.mFlashTimer;
|
||||
}
|
||||
|
||||
if (g_env_light.mSwordLight.mState == 2) {
|
||||
|
||||
Reference in New Issue
Block a user