GBA Overrides: Add missing override for Drill Dozer (Europe)

This commit is contained in:
Vicki Pfau 2021-04-28 22:32:07 -07:00
parent 9c7f15ad58
commit 91874af0c3
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ static const struct GBACartridgeOverride _overrides[] = {
// Drill Dozer
{ "V49J", SAVEDATA_SRAM, HW_RUMBLE, IDLE_LOOP_NONE, false },
{ "V49E", SAVEDATA_SRAM, HW_RUMBLE, IDLE_LOOP_NONE, false },
{ "V49P", SAVEDATA_SRAM, HW_RUMBLE, IDLE_LOOP_NONE, false },
// e-Reader
{ "PEAJ", SAVEDATA_FLASH1M, HW_EREADER, IDLE_LOOP_NONE },