Skip to content

Commit 05b3eb7

Browse files
committed
Add RAM limitation message for *Glory Days: Tactical Defense* on DS flashcards
1 parent 5a2df65 commit 05b3eb7

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
@@ -537,7 +537,7 @@ static int compatibleGameListB4DSMEPID[] = {
537537
};
538538

539539
// Show RAM limitation message
540-
// Total: 44
540+
// Total: 45
541541
static const char compatibleGameListB4DSRAMLimited[][4] = {
542542
"KII", // 101 Pinball World
543543
"KOK", // 1001 Crystal Mazes Collection
@@ -556,6 +556,7 @@ static const char compatibleGameListB4DSRAMLimited[][4] = {
556556
"K2E", // Easter Eggztravaganza
557557
"KFD", // Fieldrunners
558558
"KFO", // Frenzic
559+
"KGK", // Glory Days: Tactical Defense
559560
"KZH", // Halloween Trick or Treat
560561
"KPT", // Link 'n' Launch
561562
"KYL", // Make Up & Style
@@ -604,6 +605,7 @@ static int compatibleGameListB4DSRAMLimitedID[] = {
604605
0, // Easter Eggztravaganza (Part of the game only)
605606
1, // Fieldrunners (No audio)
606607
4, // Frenzic (Crashes at certain point)
608+
2, // Glory Days: Tactical Defense (No music)
607609
2, // Halloween Trick or Treat (No music)
608610
2, // Link 'n' Launch (No music)
609611
5, // Make Up & Style (No FMV)

0 commit comments

Comments
 (0)