Skip to content

Commit c261780

Browse files
committed
Derp fix
1 parent 4cfac92 commit c261780

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

retail/bootloaderi/source/arm7/patch_common.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7820,7 +7820,7 @@ void dsiWarePatch(cardengineArm9* ce9, const tNDSHeader* ndsHeader) {
78207820
setBL(0x02042DB4, (u32)dsiSaveRead); // dsiSaveReadAsync
78217821
*(u32*)0x0205063C = 0xE12FFF1E; // bx lr (Skip NAND error checking)
78227822
}
7823-
7823+
#else
78247824
// A Kappa's Trail (USA)
78257825
else if (strcmp(romTid, "KPAE") == 0 && saveOnFlashcard) {
78267826
__aeabi_memcpy((u32*)0x0201A020, dsiSaveGetResultCode, 0xC);
@@ -8174,7 +8174,7 @@ void dsiWarePatch(cardengineArm9* ce9, const tNDSHeader* ndsHeader) {
81748174
*(u32*)0x02020EE4 = 0xE1A00000; // nop (dsiSaveCloseDir)*/
81758175
*(u32*)0x0202F3F0 = 0xE1A00000; // nop (Disable NFTR loading from TWLNAND)
81768176
}
8177-
#else
8177+
81788178
// The Legend of Zelda: Four Swords: Anniversary Edition (USA)
81798179
// The Legend of Zelda: Four Swords: Anniversary Edition (Europe, Australia)
81808180
// Zelda no Densetsu: 4-tsu no Tsurugi: 25th Kinen Edition (Japan)

0 commit comments

Comments
 (0)