From f34c036e8969f49b7daabe2772564a8809a0f577 Mon Sep 17 00:00:00 2001 From: Arignir Date: Wed, 11 Sep 2024 19:09:45 +0200 Subject: [PATCH] Update the game database entry for Drill Dozer. --- source/gba/db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gba/db.c b/source/gba/db.c index faf8e58..f753fce 100644 --- a/source/gba/db.c +++ b/source/gba/db.c @@ -439,7 +439,7 @@ static struct game_entry game_database[] = { (struct game_entry){.code = "BD9", .storage = BACKUP_NONE, .gpio = GPIO_NONE, .title = "Dragon Tales - Dragon Adventures"}, (struct game_entry){.code = "BJD", .storage = BACKUP_EEPROM_4K, .gpio = GPIO_NONE, .title = "Dragon's Rock"}, (struct game_entry){.code = "AJY", .storage = BACKUP_NONE, .gpio = GPIO_NONE, .title = "Drake & Josh"}, - (struct game_entry){.code = "V49", .storage = BACKUP_SRAM, .gpio = GPIO_NONE, .title = "Drill Dozer"}, + (struct game_entry){.code = "V49", .storage = BACKUP_SRAM, .gpio = GPIO_RUMBLE, .title = "Drill Dozer"}, (struct game_entry){.code = "B3R", .storage = BACKUP_EEPROM_4K, .gpio = GPIO_NONE, .title = "Driv3r"}, (struct game_entry){.code = "ADV", .storage = BACKUP_EEPROM_4K, .gpio = GPIO_NONE, .title = "Driven"}, (struct game_entry){.code = "ADU", .storage = BACKUP_EEPROM_4K, .gpio = GPIO_NONE, .title = "Driver 2 Advance"},