Skip to content

Commit

Permalink
Update dsi2ds_patches.c
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Jan 1, 2024
1 parent 998291f commit de4cf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retail/bootloader/source/arm7/dsi2ds_patches.c
Original file line number Diff line number Diff line change
Expand Up @@ -10838,7 +10838,7 @@ void patchDSiModeToDSMode(cardengineArm9* ce9, const tNDSHeader* ndsHeader) {
}

// Flipnote Studio (USA)
// Proof-of-Concept stage (Crashes when attempting to create a flipnote)
// Proof-of-Concept stage (Crashes when getting past the main menu)
else if (strcmp(romTid, "KGUE") == 0) {
*(u32*)0x020051E8 = 0xE1A00000; // nop
*(u32*)0x020051F4 = 0xE1A00000; // nop
Expand Down

0 comments on commit de4cf2c

Please sign in to comment.