Skip to content

Commit

Permalink
Derp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Jan 12, 2024
1 parent 7e8900c commit 620379b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retail/bootloaderi/source/arm7/patch_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -2185,7 +2185,7 @@ void dsiWarePatch(cardengineArm9* ce9, const tNDSHeader* ndsHeader) {
}

// Antipole (Europe)
else if (strcmp(romTid, "KJHP") == 0) {
else if (strcmp(romTid, "KJHP") == 0 && saveOnFlashcard) {
const u32 newCodeAddr = 0x02F00000;
const u32 newCodeAddr2 = newCodeAddr+0x14;
codeCopy((u32*)newCodeAddr, (u32*)0x02035A1C, 0x14+0x218);
Expand Down

0 comments on commit 620379b

Please sign in to comment.