Skip to content

Commit 9cfca66

Browse files
committed
Display RAM limitation message for *Save the Turtles* on DS debug consoles
1 parent cddb7ef commit 9cfca66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

universal/include/compatibleDSiWareMap.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,11 +723,12 @@ static const char compatibleGameListB4DSDebug[][5] = {
723723
};
724724

725725
// Show RAM limitation message
726-
// Total: 4
726+
// Total: 5
727727
static const char compatibleGameListB4DSDebugRAMLimited[][4] = {
728728
"KUV", // Bloons TD 4
729729
"KGU", // Flipnote Studio
730730
"KTG", // Neko no Iru Tangram: Neko to Iyashi no Silhouette Puzzle
731+
"K7T", // Save the Turtles
731732
"KS3", // Shantae: Risky's Revenge
732733
};
733734

@@ -736,6 +737,7 @@ static int compatibleGameListB4DSDebugRAMLimitedID[] = {
736737
1, // Bloons TD 4 (No audio)
737738
4, // Flipnote Studio (Crashes when getting past the main menu)
738739
2, // Neko no Iru Tangram: Neko to Iyashi no Silhouette Puzzle (No music)
740+
1, // Save the Turtles (No audio)
739741
2, // Shantae: Risky's Revenge (No music)
740742
};
741743

0 commit comments

Comments
 (0)