Skip to content

Commit

Permalink
Update patch_common.c
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Jan 1, 2024
1 parent ddb0467 commit 998291f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions retail/bootloaderi/source/arm7/patch_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -6165,6 +6165,13 @@ void dsiWarePatch(cardengineArm9* ce9, const tNDSHeader* ndsHeader) {
*(u32*)0x0201D6CC = 0xE3A00000; // mov r0, #0
}

// Ugoku Memo Chou (Japan) (v2)
else if (strcmp(romTid, "KGUJ") == 0 && ndsHeader->romversion == 2 && saveOnFlashcard) {
*(u32*)0x02006734 = 0xE3A00001; // mov r0, #1
*(u32*)0x02006770 = 0xE3A00001; // mov r0, #1
*(u32*)0x0201DAC8 = 0xE3A00000; // mov r0, #0
}

// Flips: The Bubonic Builders (USA)
// Flips: The Bubonic Builders (Europe, Australia)
// Flips: Silent But Deadly (USA)
Expand Down

0 comments on commit 998291f

Please sign in to comment.