Skip to content

Commit 5a7ece5

Browse files
committed
Add *Saikyou Ginsei Igo* to B4DS DSiWare whitelist
1 parent 3dd28f9 commit 5a7ece5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

universal/include/compatibleDSiWareMap.h

Lines changed: 8 additions & 3 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: 500
5+
// Total: 501
66
static const char compatibleGameListB4DS[][5] = {
77
"KYP", // 1st Class Poker & BlackJack
88
"KJU", // GO Series: 10 Second Run
@@ -392,6 +392,7 @@ static const char compatibleGameListB4DS[][5] = {
392392
"KRP", // RPG Dashutsu Game
393393
"K5F", // G.G Series: Run & Strike
394394
"K8X", // Sagittarius-A-Star
395+
"KGE", // Saikyou Ginsei Igo
395396
"KG4", // Saikyou Ginsei Shougi
396397
"K3P", // Sakurai Miho No Kouno: Megami Serapi Uranai
397398
"K5G", // G.G Series: Score Attacker
@@ -507,7 +508,7 @@ static const char compatibleGameListB4DS[][5] = {
507508
};
508509

509510
// Titles requiring more RAM
510-
// Total: 26
511+
// Total: 27
511512
static const char compatibleGameListB4DSMEP[][5] = {
512513
"K2Z", // G.G Series: Altered Weapon
513514
"KWG", // Animal Crossing Calculator
@@ -532,6 +533,7 @@ static const char compatibleGameListB4DSMEP[][5] = {
532533
"KPS", // Phantasy Star 0 Mini
533534
"KUO", // Puzzler World XL
534535
"KQR", // Remote Racers
536+
"KGE", // Saikyou Ginsei Igo
535537
"K97", // Star Novels: Kono Haretasora no Shitade
536538
"K98", // Star Novels: Shirogane no Torikago
537539
"KSC", // Sudoku Challenge!
@@ -567,13 +569,14 @@ static int compatibleGameListB4DSMEPID[] = {
567569
3, // Phantasy Star 0 Mini
568570
3, // Puzzler World XL
569571
0, // Remote Racers
572+
0, // Saikyou Ginsei Igo
570573
0, // Star Novels: Kono Haretasora no Shitade
571574
0, // Star Novels: Shirogane no Torikago
572575
0, // Sudoku Challenge!
573576
};
574577

575578
// Show RAM limitation message
576-
// Total: 51
579+
// Total: 52
577580
static const char compatibleGameListB4DSRAMLimited[][4] = {
578581
"KII", // 101 Pinball World
579582
"KOK", // 1001 Crystal Mazes Collection
@@ -612,6 +615,7 @@ static const char compatibleGameListB4DSRAMLimited[][4] = {
612615
"KE3", // PictureBook Games: The Royal Bluff
613616
"KHR", // Picture Perfect: Pocket Stylist / Hair Salon: Pocket Stylist
614617
"KXU", // Publisher Dream
618+
"KGE", // Saikyou Ginsei Igo
615619
"KS3", // Shantae: Risky's Revenge
616620
"KSJ", // Shawn Johnson Gymnastics
617621
"KSV", // Sokomania 2: Cool Job
@@ -667,6 +671,7 @@ static int compatibleGameListB4DSRAMLimitedID[] = {
667671
1, // PictureBook Games: The Royal Bluff (No audio)
668672
0, // Picture Perfect: Pocket Stylist / Hair Salon: Pocket Stylist (No audio + Parts of the game only)
669673
1, // Publisher Dream (No audio)
674+
1, // Saikyou Ginsei Igo (No audio)
670675
3, // Shantae: Risky's Revenge (No music + Crashes at the Lighthouse after first fight)
671676
2, // Shawn Johnson Gymnastics (No music)
672677
1, // Sokomania 2: Cool Job (No audio)

0 commit comments

Comments
 (0)