mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-18 13:13:11 -04:00
Decompile bootPhase1
This commit is contained in:
+2
-2
@@ -8105,7 +8105,7 @@ void titleTickNintendoLogo(void)
|
||||
}
|
||||
|
||||
if (joyGetButtonsPressedThisFrame(0, 0xffff)) {
|
||||
if (osResetType == 1 /*warm*/) {
|
||||
if (osResetType == RESETTYPE_WARM) {
|
||||
g_TitleButtonPressed = true;
|
||||
titleSetNextMode(TITLEMODE_PDLOGO);
|
||||
} else if (!g_TitleButtonPressed) {
|
||||
@@ -8278,7 +8278,7 @@ void titleTickRareLogo(void)
|
||||
g_TitleTimer += g_Vars.lvupdate240_60;
|
||||
|
||||
if (joyGetButtonsPressedThisFrame(0, 0xffff)) {
|
||||
if (osResetType == 1 /*warm*/) {
|
||||
if (osResetType == RESETTYPE_WARM) {
|
||||
g_TitleButtonPressed = true;
|
||||
titleSetNextMode(TITLEMODE_PDLOGO);
|
||||
} else if (!g_TitleButtonPressed) {
|
||||
|
||||
Reference in New Issue
Block a user