|
2 | 2 | #define COMPATIBLEDSIWAREMAP_H |
3 | 3 |
|
4 | 4 | // B4DS DSiWare Whitelist (Plays on any DS model. Some titles requiring more RAM are also listed) |
5 | | -// Total: 497 |
| 5 | +// Total: 498 |
6 | 6 | static const char compatibleGameListB4DS[][5] = { |
7 | 7 | "KYP", // 1st Class Poker & BlackJack |
8 | 8 | "KJU", // GO Series: 10 Second Run |
@@ -467,6 +467,7 @@ static const char compatibleGameListB4DS[][5] = { |
467 | 467 | "KWW", // The Tower DS: Classic |
468 | 468 | "KWV", // The Tower DS: Hotel |
469 | 469 | "KW4", // The Tower DS: Shopping Santa |
| 470 | + "KDZ", // Trajectile / Reflect Missile |
470 | 471 | "K4E", // Treasure Hunter X |
471 | 472 | "KB7", // Trollboarder |
472 | 473 | "K72", // True Swing Golf Express / A Little Bit of... Nintendo Touch Golf |
@@ -574,7 +575,7 @@ static int compatibleGameListB4DSMEPID[] = { |
574 | 575 | }; |
575 | 576 |
|
576 | 577 | // Show RAM limitation message |
577 | | -// Total: 49 |
| 578 | +// Total: 50 |
578 | 579 | static const char compatibleGameListB4DSRAMLimited[][4] = { |
579 | 580 | "KII", // 101 Pinball World |
580 | 581 | "KOK", // 1001 Crystal Mazes Collection |
@@ -622,6 +623,7 @@ static const char compatibleGameListB4DSRAMLimited[][4] = { |
622 | 623 | "KZ7", // Tales to Enjoy!: The Three Little Pigs |
623 | 624 | "KZ8", // Tales to Enjoy!: The Ugly Duckling |
624 | 625 | "KTW", // Thorium Wars |
| 626 | + "KDZ", // Trajectile / Reflect Missile |
625 | 627 | "KB7", // Trollboarder |
626 | 628 | "K72", // True Swing Golf Express / A Little Bit of... Nintendo Touch Golf |
627 | 629 | "KBS", // Wonderful Sports: Bowling |
@@ -675,13 +677,14 @@ static int compatibleGameListB4DSRAMLimitedID[] = { |
675 | 677 | 4, // Tales to Enjoy!: The Three Little Pigs (Crashes at certain points) |
676 | 678 | 4, // Tales to Enjoy!: The Ugly Duckling (Crashes at certain points) |
677 | 679 | 1, // Thorium Wars (No audio + No FMVs) |
| 680 | + 1, // Trajectile / Reflect Missile (No audio) |
678 | 681 | 1, // Trollboarder (No audio) |
679 | 682 | 1, // True Swing Golf Express / A Little Bit of... Nintendo Touch Golf (No audio) |
680 | 683 | 4, // Wonderful Sports: Bowling (No music + Crashes at certain point) |
681 | 684 | }; |
682 | 685 |
|
683 | 686 | // B4DS-Debug DSiWare Whitelist (Only plays on DS Debug consoles with 8MB of RAM) |
684 | | -// Total: 34 |
| 687 | +// Total: 33 |
685 | 688 | static const char compatibleGameListB4DSDebug[][5] = { |
686 | 689 | "KXO", // 18th Gate |
687 | 690 | "K2P", // 2Puzzle It: Fantasy |
@@ -717,7 +720,6 @@ static const char compatibleGameListB4DSDebug[][5] = { |
717 | 720 | "K4P", // Super Yum Yum: Puzzle Adventures |
718 | 721 | "KSY", // System Flaw: Recruit |
719 | 722 | "K3O", // G.G Series: Throw Out |
720 | | - "KDZ", // Trajectile / Reflect Missile |
721 | 723 | }; |
722 | 724 |
|
723 | 725 | // Show RAM limitation message |
|
0 commit comments