Skip to content

Commit 06673cc

Browse files
committed
Move *Dragon Quest Wars* to B4DS (non-debug) DSiWare whitelist
1 parent 89d6295 commit 06673cc

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

universal/include/compatibleDSiWareMap.h

Lines changed: 9 additions & 5 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: 496
5+
// Total: 497
66
static const char compatibleGameListB4DS[][5] = {
77
"KYP", // 1st Class Poker & BlackJack
88
"KJU", // GO Series: 10 Second Run
@@ -153,6 +153,7 @@ static const char compatibleGameListB4DS[][5] = {
153153
"KML", // Don't Cross the Line
154154
"KHE", // DotMan
155155
"KD9", // Dr. Mario Express / A Little Bit of... Dr. Mario
156+
"KDQ", // Dragon Quest Wars
156157
"KDL", // Dragon's Lair
157158
"KLY", // Dragon's Lair II: Time Warp
158159
"K9E", // Dreamwalker
@@ -503,7 +504,7 @@ static const char compatibleGameListB4DS[][5] = {
503504
};
504505

505506
// Titles requiring more RAM
506-
// Total: 27
507+
// Total: 28
507508
static const char compatibleGameListB4DSMEP[][5] = {
508509
"K5I", // 5 in 1 Solitaire
509510
"K2Z", // G.G Series: Altered Weapon
@@ -512,6 +513,7 @@ static const char compatibleGameListB4DSMEP[][5] = {
512513
"KBEV", // Bejeweled Twist (Europe, Australia)
513514
"KCT", // Chess Challenge!
514515
"KVL", // Clash of Elementalists
516+
"KDQ", // Dragon Quest Wars
515517
"KUG", // G.G Series: Drift Circuit 2
516518
"KEI", // Electroplankton: Beatnes
517519
"KEG", // Electroplankton: Lumiloop
@@ -548,6 +550,7 @@ static int compatibleGameListB4DSMEPID[] = {
548550
3, // Bejeweled Twist (Europe, Australia)
549551
0, // Chess Challenge!
550552
1, // Clash of Elementalists
553+
0, // Dragon Quest Wars
551554
3, // G.G Series: Drift Circuit 2
552555
3, // Electroplankton: Beatnes
553556
3, // Electroplankton: Lumiloop
@@ -571,7 +574,7 @@ static int compatibleGameListB4DSMEPID[] = {
571574
};
572575

573576
// Show RAM limitation message
574-
// Total: 48
577+
// Total: 49
575578
static const char compatibleGameListB4DSRAMLimited[][4] = {
576579
"KII", // 101 Pinball World
577580
"KOK", // 1001 Crystal Mazes Collection
@@ -587,6 +590,7 @@ static const char compatibleGameListB4DSRAMLimited[][4] = {
587590
"KXW", // Christmas Wonderland
588591
"K2W", // Christmas Wonderland 2
589592
"KAV", // Art Style: DIGIDRIVE / INTERSECT
593+
"KDQ", // Dragon Quest Wars
590594
"KIF", // Drift Street International
591595
"K2E", // Easter Eggztravaganza
592596
"KFD", // Fieldrunners
@@ -639,6 +643,7 @@ static int compatibleGameListB4DSRAMLimitedID[] = {
639643
1, // Christmas Wonderland (No audio)
640644
2, // Christmas Wonderland 2 (No music)
641645
6, // Art Style: DIGIDRIVE / INTERSECT (Limited state due to RAM limitation)
646+
4, // Dragon Quest Wars (Known to crash at Training Lv. 4 and after a Survival battle)
642647
2, // Drift Street International (No music)
643648
0, // Easter Eggztravaganza (Part of the game only)
644649
1, // Fieldrunners (No audio)
@@ -676,7 +681,7 @@ static int compatibleGameListB4DSRAMLimitedID[] = {
676681
};
677682

678683
// B4DS-Debug DSiWare Whitelist (Only plays on DS Debug consoles with 8MB of RAM)
679-
// Total: 35
684+
// Total: 34
680685
static const char compatibleGameListB4DSDebug[][5] = {
681686
"KXO", // 18th Gate
682687
"K2P", // 2Puzzle It: Fantasy
@@ -690,7 +695,6 @@ static const char compatibleGameListB4DSDebug[][5] = {
690695
"KVX", // Cat Frenzy
691696
"K35", // Defense of the Middle Kingdom
692697
"KN2", // Devil Band: Rock the Underworld
693-
"KDQ", // Dragon Quest Wars
694698
"KER", // G.G Series: Exciting River
695699
"K5L", // Forgotten Legions
696700
"KGUE", // Flipnote Studio (USA)

0 commit comments

Comments
 (0)