d_a_kytag07 OK

This commit is contained in:
LagoLunatic
2025-04-25 18:50:20 -04:00
parent 341f329dde
commit 8849340a01
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1363,7 +1363,7 @@ config.libs = [
ActorRel(Matching, "d_a_kytag04"),
ActorRel(Matching, "d_a_kytag05"),
ActorRel(Matching, "d_a_kytag06"),
ActorRel(NonMatching, "d_a_kytag07"),
ActorRel(Matching, "d_a_kytag07"),
ActorRel(Matching, "d_a_lamp" , extra_cflags=['-sym off']),
ActorRel(NonMatching, "d_a_lod_bg"),
ActorRel(Matching, "d_a_lwood"),
+2 -3
View File
@@ -14,7 +14,6 @@ static BOOL daKytag07_Draw(kytag07_class*) {
/* 00000080-000002A8 .text daKytag07_Execute__FP13kytag07_class */
static BOOL daKytag07_Execute(kytag07_class* i_this) {
/* Nonmatching */
dScnKy_env_light_c& envLight = dKy_getEnvlight();
if (strcmp(dComIfGp_getStartStageName(), "GTower") != 0) {
f32 time = dComIfGs_getTime();
@@ -26,7 +25,7 @@ static BOOL daKytag07_Execute(kytag07_class* i_this) {
} else {
u8 mode = fopAcM_GetParam(i_this) & 0xFF;
if (mode != 1) {
if (dComIfGp_event_runCheck() && dComIfGp_evmng_startCheck("g2before") && dComIfGp_demo_get() != NULL && dComIfGp_demo_get()->getFrameNoMsg() >= 4719) {
if (dComIfGp_event_runCheck() != FALSE && dComIfGp_evmng_startCheck("g2before") && dComIfGp_demo_get() != NULL && dComIfGp_demo_get()->getFrameNoMsg() >= 4719) {
if (dComIfGp_demo_get()->getFrameNoMsg() == 4719)
dKy_change_colpat(1);
if (envLight.mRainCount < 250)
@@ -39,7 +38,7 @@ static BOOL daKytag07_Execute(kytag07_class* i_this) {
dKy_getEnvlight().mThunderEff.mMode = 2;
}
} else {
if (dComIfGp_event_runCheck()) {
if (dComIfGp_event_runCheck() != FALSE) {
dDemo_manager_c* demo = dComIfGp_demo_get();
dKy_getEnvlight().mMoyaMode = 0;
if (demo != NULL) {