Skip to content

Commit

Permalink
Derp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Apr 8, 2024
1 parent 4cfac92 commit c261780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions retail/bootloaderi/source/arm7/patch_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -7820,7 +7820,7 @@ void dsiWarePatch(cardengineArm9* ce9, const tNDSHeader* ndsHeader) {
setBL(0x02042DB4, (u32)dsiSaveRead); // dsiSaveReadAsync
*(u32*)0x0205063C = 0xE12FFF1E; // bx lr (Skip NAND error checking)
}

#else
// A Kappa's Trail (USA)
else if (strcmp(romTid, "KPAE") == 0 && saveOnFlashcard) {
__aeabi_memcpy((u32*)0x0201A020, dsiSaveGetResultCode, 0xC);
Expand Down Expand Up @@ -8174,7 +8174,7 @@ void dsiWarePatch(cardengineArm9* ce9, const tNDSHeader* ndsHeader) {
*(u32*)0x02020EE4 = 0xE1A00000; // nop (dsiSaveCloseDir)*/
*(u32*)0x0202F3F0 = 0xE1A00000; // nop (Disable NFTR loading from TWLNAND)
}
#else

// The Legend of Zelda: Four Swords: Anniversary Edition (USA)
// The Legend of Zelda: Four Swords: Anniversary Edition (Europe, Australia)
// Zelda no Densetsu: 4-tsu no Tsurugi: 25th Kinen Edition (Japan)
Expand Down

0 comments on commit c261780

Please sign in to comment.