diff --git a/SD Card/sd/arm9/include/dmaExcludeMap.h b/SD Card/sd/arm9/include/dmaExcludeMap.h index f57b415..c1e6aa2 100644 --- a/SD Card/sd/arm9/include/dmaExcludeMap.h +++ b/SD Card/sd/arm9/include/dmaExcludeMap.h @@ -4,6 +4,8 @@ static const char cardReadDMAExcludeList[][4] = { "AY6", // Bangai-O Spirits "AWD", // Diddy Kong Racing + "A3V", // Digimon World: Dawn + "A6R", // Digimon World: Dusk "YV5", // Dragon Quest V: Hand of the Heavenly Bride "APR", // Feel the Magic: XY-XX "AFF", // Final Fantasy III @@ -18,7 +20,6 @@ static const char cardReadDMAExcludeList[][4] = { "COL", // Mario & Sonic at the Olympic Winter Games "AUG", // Need for Speed: Underground 2 "A2D", // New(er) Super Mario Bros. (DS) - "ARR", // Ridge Racer DS "B8I", // Spider-Man: Edge of Time "AST", // Star Wars: Episode III: Revenge of the Sith "TAM", // The Amazing Spider-Man diff --git a/SD Card/sd/arm9/include/twlClockExcludeMap.h b/SD Card/sd/arm9/include/twlClockExcludeMap.h index 8b443db..a0a7185 100644 --- a/SD Card/sd/arm9/include/twlClockExcludeMap.h +++ b/SD Card/sd/arm9/include/twlClockExcludeMap.h @@ -6,6 +6,9 @@ static const char twlClockExcludeList[][4] = { "CLP", // Club Pengion: Elite Penguin Force "CY9", // Club Penguin: EPF: Herbert's Revenge "ATD", // Clubhouse Games + "YGD", // Diary Girl + "AKY", // Etrian Odyssey + "YIK", // Etrian Odyssey II: Heroes of Lagaard "YGX", // Grand Theft Auto: Chinatown Wars "AWI", // Hotel Dusk: Room 215 "C6C", // Infinite Space @@ -28,9 +31,10 @@ static const char twlClockExcludeList[][4] = { "AY9", // Mario & Sonic at the Olympic Games "BZP", // Peppa Pig: Theme Park Fun "AQW", // Puzzle Quest: Challenge of the Warlords + "BRJ", // Radiant Historia "ASC", // Sonic Rush "ASM", // Super Mario 64 DS "COZ", // The Wizard of Oz: Beyond the Yellow Brick Road }; -#endif \ No newline at end of file +#endif // TWLCLOCKEXCLUDEMAP_H