Skip to content

Commit

Permalink
slot1launch: Use alt bootloader for DS-Xtreme
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Sep 10, 2023
1 parent 0e85d9d commit 3ba2700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slot1launch/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ int main() {
}
tonccpy((void*)0x023F0000, cheatData, 0x8000);
}
runLaunchEngine ((memcmp(ndsHeader.gameCode, "UBRP", 4) == 0 || memcmp(ndsHeader.gameCode, "AMFE", 4) == 0 || memcmp(ndsHeader.gameCode, "ALXX", 4) == 0), (memcmp(ndsHeader.gameCode, "UBRP", 4) == 0));
runLaunchEngine ((memcmp(ndsHeader.gameCode, "UBRP", 4) == 0 || memcmp(ndsHeader.gameCode, "AMFE", 4) == 0 || memcmp(ndsHeader.gameCode, "ALXX", 4) == 0 || memcmp(ndsHeader.gameTitle, "D!S!XTREME", 10) == 0), (memcmp(ndsHeader.gameCode, "UBRP", 4) == 0));
}
}
return 0;
Expand Down

0 comments on commit 3ba2700

Please sign in to comment.