diff --git a/CHANGES.md b/CHANGES.md index 3d11521..8942186 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ - Added support for M36XXX_32A_EARTH with M36L0R8060T *(thanks inYourBackline)* - Fixed a bug with Game Boy Advance Real Time Clock register saving *(thanks Sonikks)* - Added support for Development AGB Cartridge 64M Flash, E201629 (128M, with 4× LH28F320BJE) *(thanks Squiddy)* +- Updated the Game Boy and Game Boy Advance lookup databases for save types, ROM sizes and checksums - Minor bug fixes and improvements ### v4.0.1 (released 2024-06-30) diff --git a/FlashGBX/Util.py b/FlashGBX/Util.py index 0202a84..3b258da 100644 --- a/FlashGBX/Util.py +++ b/FlashGBX/Util.py @@ -10,7 +10,7 @@ from enum import Enum APPNAME = "FlashGBX" VERSION_PEP440 = "4.1" VERSION = "v{:s}".format(VERSION_PEP440) -VERSION_TIMESTAMP = 1720971150 +VERSION_TIMESTAMP = 1720972833 DEBUG = False DEBUG_LOG = [] APP_PATH = "" diff --git a/FlashGBX/config/db_AGB.json b/FlashGBX/config/db_AGB.json index 121c314..32b96a7 100644 --- a/FlashGBX/config/db_AGB.json +++ b/FlashGBX/config/db_AGB.json @@ -12355,7 +12355,7 @@ "rg": "USA, Europe" }, "94cbbabb0bd33dd4f6ea38f0bc26718f334abcf2": { - "gn": "Densetsu no Stafy", + "gn": "Densetsu no Starfy", "ne": "(Japan)", "gc": "ASTJ", "rc": 4209593483, @@ -13458,7 +13458,7 @@ "rg": "Europe" }, "f1596a1ca6c30394423dc376c95fe3df82c08149": { - "gn": "Densetsu no Stafy 2", + "gn": "Densetsu no Starfy 2", "ne": "(Japan)", "gc": "AVFJ", "rc": 3933465428, @@ -16602,7 +16602,7 @@ "rg": "Japan" }, "491685288a9ed77296ceb17c99fc0fdc7b12f43b": { - "gn": "Densetsu no Stafy 3", + "gn": "Densetsu no Starfy 3", "ne": "(Japan) (Rev 1)", "gc": "B3DJ", "rc": 762203195, @@ -16614,7 +16614,7 @@ "rg": "Japan" }, "de65e426d5a5b8b503a81dc803b07ef50d04e4ed": { - "gn": "Densetsu no Stafy 3", + "gn": "Densetsu no Starfy 3", "ne": "(Japan)", "gc": "B3DJ", "rc": 4239334056, diff --git a/FlashGBX/config/db_DMG.json b/FlashGBX/config/db_DMG.json index e706dcc..8056c5d 100644 --- a/FlashGBX/config/db_DMG.json +++ b/FlashGBX/config/db_DMG.json @@ -6217,7 +6217,7 @@ "rg": "Germany" }, "ce96e742027d2694729e0c062a39b3fe9be25ef5": { - "gn": "David O'Leary's Total Soccer 2000", + "gn": "TELEFOOT SOCCER 2000", "ne": "(Europe) (En,Fr,De,Es,It,Nl)", "gc": "CGB-AO3P", "rc": 3260998490, diff --git a/FlashGBX/res/config.zip b/FlashGBX/res/config.zip index 6e444fc..2dcff8d 100644 Binary files a/FlashGBX/res/config.zip and b/FlashGBX/res/config.zip differ diff --git a/FlashGBX/res/fw_GBFlash.zip b/FlashGBX/res/fw_GBFlash.zip index 93e64ea..d012718 100644 Binary files a/FlashGBX/res/fw_GBFlash.zip and b/FlashGBX/res/fw_GBFlash.zip differ diff --git a/FlashGBX/res/fw_GBxCart_RW_v1_4.zip b/FlashGBX/res/fw_GBxCart_RW_v1_4.zip index b4a9293..3bceede 100644 Binary files a/FlashGBX/res/fw_GBxCart_RW_v1_4.zip and b/FlashGBX/res/fw_GBxCart_RW_v1_4.zip differ diff --git a/FlashGBX/res/fw_GBxCart_RW_v1_4a.zip b/FlashGBX/res/fw_GBxCart_RW_v1_4a.zip index 2fcdda2..53c9ee1 100644 Binary files a/FlashGBX/res/fw_GBxCart_RW_v1_4a.zip and b/FlashGBX/res/fw_GBxCart_RW_v1_4a.zip differ diff --git a/FlashGBX/res/fw_JoeyJr.zip b/FlashGBX/res/fw_JoeyJr.zip index f15d2ec..6630141 100644 Binary files a/FlashGBX/res/fw_JoeyJr.zip and b/FlashGBX/res/fw_JoeyJr.zip differ