GBA: Add override for DigiCommunication Nyo

This commit is contained in:
sdhizumi 2021-04-26 10:16:51 +09:00 committed by Vicki Pfau
parent 72ceb60697
commit 063c4d6057
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ static const struct GBACartridgeOverride _overrides[] = {
{ "AC8E", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false }, { "AC8E", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false },
{ "AC8P", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false }, { "AC8P", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false },
// DigiCommunication Nyo - Datou! Black Gemagema Dan
{ "BDKJ", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false },
// Dragon Ball Z - The Legacy of Goku // Dragon Ball Z - The Legacy of Goku
{ "ALGP", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false }, { "ALGP", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false },