mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-10 21:00:55 -04:00
Some henna documentation (#2739)
* henna minor cleanup * rename light to kankyo * more cleanup * pos * more cleanup * fix build * final fix
This commit is contained in:
@@ -923,7 +923,7 @@ static void wether_move_vrkumo() {
|
||||
if (memcmp(dComIfGp_getStartStageName(), "D_MN07", 6) == 0 ||
|
||||
strcmp(dComIfGp_getStartStageName(), "F_SP114") == 0 ||
|
||||
(strcmp(dComIfGp_getStartStageName(), "D_MN09B") == 0 &&
|
||||
(g_env_light.field_0x12cc != 0 || dComIfGp_event_runCheck())))
|
||||
(g_env_light.wether != 0 || dComIfGp_event_runCheck())))
|
||||
{
|
||||
cLib_addCalc(&g_env_light.mVrkumoStrength, 1.0f, 0.1f, 0.003f, 0.0000001f);
|
||||
} else if (strcmp(dComIfGp_getStartStageName(), "F_SP104") == 0 &&
|
||||
|
||||
Reference in New Issue
Block a user