This commit is contained in:
LagoLunatic
2025-03-31 13:49:02 -04:00
parent f4587892ff
commit a601fa33e5
12 changed files with 57 additions and 60 deletions
+8 -4
View File
@@ -590,10 +590,14 @@ void wether_move_snow() {
/* 80088A50-80088D08 .text wether_move_star__Fv */
void wether_move_star() {
if (dComIfGp_checkStatus(1) && (!g_env_light.mbVrboxInvisible &&
strcmp(dComIfGp_getStartStageName(), "M_DragB") != 0) ||
strcmp(dComIfGp_getStartStageName(), "Name") == 0)
{
if (
(
dComIfGp_checkStatus(1) &&
!g_env_light.mbVrboxInvisible &&
strcmp(dComIfGp_getStartStageName(), "M_DragB") != 0
) ||
strcmp(dComIfGp_getStartStageName(), "Name") == 0
) {
f32 time = g_env_light.getDaytime();
f32 target;