Restore Warning screen for Release Builds WIP

This commit is contained in:
MelonSpeedruns
2026-04-12 12:03:09 -04:00
parent b28ca94153
commit b3d1079ea0
+17 -1
View File
@@ -480,7 +480,13 @@ void dScnLogo_c::warningInDraw() {
if (mTimer == 0) {
mExecCommand = EXEC_WARNING_DISP;
#if TARGET_PC && TEMP_DEBUG_TEST
mTimer = 30;
#else
mTimer = 3510;
#endif
field_0x20e = 30;
field_0x210 = field_0x20e;
field_0x212 = 1;
@@ -547,7 +553,13 @@ void dScnLogo_c::nintendoOutDraw() {
if (mTimer == 0) {
mExecCommand = EXEC_DOLBY_IN;
#if TARGET_PC && TEMP_DEBUG_TEST
mTimer = 30;
#else
mTimer = 90;
#endif
mDoGph_gInf_c::startFadeIn(30);
}
}
@@ -1104,10 +1116,14 @@ int dScnLogo_c::create() {
checkProgSelect();
if (field_0x20a != 0) {
mExecCommand = EXEC_PROG_IN;
#if TARGET_PC && TEMP_DEBUG_TEST
mTimer = 1;
#else
mTimer = 30;
#endif
field_0x218 = getProgressiveMode();
} else {
#if TARGET_PC
#if TARGET_PC && TEMP_DEBUG_TEST
mTimer = 0; // Possibly unnecessary but just in case
mExecCommand = EXEC_DVD_WAIT;
#else