Skip to content

Commit 9783d7f

Browse files
committed
Update main.arm7.c
1 parent 57a937f commit 9783d7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

retail/bootloader/source/arm7/main.arm7.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,7 @@ static bool isROMLoadableInRAM(const tDSiHeader* dsiHeader, const tNDSHeader* nd
648648
} /* else if (strncmp(romTid, "KAT", 3) == 0) { // AiRace: Tunnel
649649
romSizeLimitChange = 0x80000;
650650
} */ else if (strncmp(romTid, "KCT", 3) == 0 // Chess Challenge!
651-
|| strncmp(romTid, "KSC", 3) == 0 // Sudoku Challenge!
652-
|| strcmp(romTid, "KWSE") == 0) { // Word Searcher (USA)
651+
|| strncmp(romTid, "KSC", 3) == 0) { // Sudoku Challenge!
653652
romSizeLimitChange = 0x77C000;
654653
} /* else if (strncmp(romTid, "KGU", 3) == 0) { // Flipnote Studio
655654
romSizeLimitChange = 0x140000;

0 commit comments

Comments
 (0)