22#define COMPATIBLEDSIWAREMAP_H
33
44// B4DS DSiWare Whitelist (Plays on any DS model. Some titles requiring more RAM are also listed)
5- // Total: 498
5+ // Total: 499
66static const char compatibleGameListB4DS [][5 ] = {
77 "KYP" , // 1st Class Poker & BlackJack
88 "KJU" , // GO Series: 10 Second Run
@@ -306,6 +306,7 @@ static const char compatibleGameListB4DS[][5] = {
306306 "KN3" , // Nazo no Mini Game
307307 "KNP" , // Need for Speed: Nitro-X
308308 "K9N" , // Neko Neko Bakery: Pan de Pazurunya!
309+ "KNV" , // Neko Reversi
309310 "KAQ" , // G.G Series: Ninja Karakuri Den
310311 "KQ2" , // G.G Series: Ninja Karakuri Den 2
311312 "KAUE" , "KAUV" , // Nintendo Countdown Calendar
@@ -575,7 +576,7 @@ static int compatibleGameListB4DSMEPID[] = {
575576};
576577
577578// Show RAM limitation message
578- // Total: 50
579+ // Total: 51
579580static const char compatibleGameListB4DSRAMLimited [][4 ] = {
580581 "KII" , // 101 Pinball World
581582 "KOK" , // 1001 Crystal Mazes Collection
@@ -607,6 +608,7 @@ static const char compatibleGameListB4DSRAMLimited[][4] = {
607608 "KWY" , // Mighty Milky Way
608609 "KN3" , // Nazo no Mini Game
609610 "KNP" , // Need for Speed: Nitro-X
611+ "KNV" , // Neko Reversi
610612 "K9K" , // Nintendoji
611613 "K6T" , // Orion's Odyssey
612614 "KPS" , // Phantasy Star 0 Mini
@@ -661,6 +663,7 @@ static int compatibleGameListB4DSRAMLimitedID[] = {
661663 2 , // Mighty Milky Way (No music)
662664 2 , // Nazo no Mini Game (No music)
663665 4 , // Need for Speed: Nitro-X (No audio + Crashes after a race)
666+ 1 , // Neko Reversi (No audio)
664667 0 , // Nintendoji (No audio + Part of the game only)
665668 4 , // Orion's Odyssey (Crashes at certain points)
666669 4 , // Phantasy Star 0 Mini (Crashes at certain points)
@@ -684,7 +687,7 @@ static int compatibleGameListB4DSRAMLimitedID[] = {
684687};
685688
686689// B4DS-Debug DSiWare Whitelist (Only plays on DS Debug consoles with 8MB of RAM)
687- // Total: 33
690+ // Total: 32
688691static const char compatibleGameListB4DSDebug [][5 ] = {
689692 "KXO" , // 18th Gate
690693 "K2P" , // 2Puzzle It: Fantasy
@@ -707,7 +710,6 @@ static const char compatibleGameListB4DSDebug[][5] = {
707710 "KMM" , // Mixed Messages
708711 "KLT" , // My Little Restaurant
709712 "KTG" , // Neko no Iru Tangram: Neko to Iyashi no Silhouette Puzzle
710- "KNV" , // Neko Reversi
711713 "KFV" , // Pro-Jumper! Chimaki's Hot Spring Tour! Guilty Gear Tangent!?
712714 "KYG" , // Puzzler World 2013
713715 "KRR" , // Robot Rescue 2
0 commit comments