Skip to content

Commit de4cf2c

Browse files
committed
Update dsi2ds_patches.c
1 parent 998291f commit de4cf2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retail/bootloader/source/arm7/dsi2ds_patches.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10838,7 +10838,7 @@ void patchDSiModeToDSMode(cardengineArm9* ce9, const tNDSHeader* ndsHeader) {
1083810838
}
1083910839

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

0 commit comments

Comments
 (0)