Skip to content

Commit d9c2259

Browse files
committed
Move *Trajectile* to B4DS (non-debug) DSiWare whitelist
1 parent 06673cc commit d9c2259

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

universal/include/compatibleDSiWareMap.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define COMPATIBLEDSIWAREMAP_H
33

44
// B4DS DSiWare Whitelist (Plays on any DS model. Some titles requiring more RAM are also listed)
5-
// Total: 497
5+
// Total: 498
66
static const char compatibleGameListB4DS[][5] = {
77
"KYP", // 1st Class Poker & BlackJack
88
"KJU", // GO Series: 10 Second Run
@@ -467,6 +467,7 @@ static const char compatibleGameListB4DS[][5] = {
467467
"KWW", // The Tower DS: Classic
468468
"KWV", // The Tower DS: Hotel
469469
"KW4", // The Tower DS: Shopping Santa
470+
"KDZ", // Trajectile / Reflect Missile
470471
"K4E", // Treasure Hunter X
471472
"KB7", // Trollboarder
472473
"K72", // True Swing Golf Express / A Little Bit of... Nintendo Touch Golf
@@ -574,7 +575,7 @@ static int compatibleGameListB4DSMEPID[] = {
574575
};
575576

576577
// Show RAM limitation message
577-
// Total: 49
578+
// Total: 50
578579
static const char compatibleGameListB4DSRAMLimited[][4] = {
579580
"KII", // 101 Pinball World
580581
"KOK", // 1001 Crystal Mazes Collection
@@ -622,6 +623,7 @@ static const char compatibleGameListB4DSRAMLimited[][4] = {
622623
"KZ7", // Tales to Enjoy!: The Three Little Pigs
623624
"KZ8", // Tales to Enjoy!: The Ugly Duckling
624625
"KTW", // Thorium Wars
626+
"KDZ", // Trajectile / Reflect Missile
625627
"KB7", // Trollboarder
626628
"K72", // True Swing Golf Express / A Little Bit of... Nintendo Touch Golf
627629
"KBS", // Wonderful Sports: Bowling
@@ -675,13 +677,14 @@ static int compatibleGameListB4DSRAMLimitedID[] = {
675677
4, // Tales to Enjoy!: The Three Little Pigs (Crashes at certain points)
676678
4, // Tales to Enjoy!: The Ugly Duckling (Crashes at certain points)
677679
1, // Thorium Wars (No audio + No FMVs)
680+
1, // Trajectile / Reflect Missile (No audio)
678681
1, // Trollboarder (No audio)
679682
1, // True Swing Golf Express / A Little Bit of... Nintendo Touch Golf (No audio)
680683
4, // Wonderful Sports: Bowling (No music + Crashes at certain point)
681684
};
682685

683686
// B4DS-Debug DSiWare Whitelist (Only plays on DS Debug consoles with 8MB of RAM)
684-
// Total: 34
687+
// Total: 33
685688
static const char compatibleGameListB4DSDebug[][5] = {
686689
"KXO", // 18th Gate
687690
"K2P", // 2Puzzle It: Fantasy
@@ -717,7 +720,6 @@ static const char compatibleGameListB4DSDebug[][5] = {
717720
"K4P", // Super Yum Yum: Puzzle Adventures
718721
"KSY", // System Flaw: Recruit
719722
"K3O", // G.G Series: Throw Out
720-
"KDZ", // Trajectile / Reflect Missile
721723
};
722724

723725
// Show RAM limitation message

0 commit comments

Comments
 (0)