Skip to content

Commit

Permalink
Update the game database entry for Drill Dozer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arignir committed Sep 11, 2024
1 parent e2c8cee commit f34c036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gba/db.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit f34c036

Please sign in to comment.