This commit is contained in:
Lesserkuma
2023-09-25 12:56:10 +02:00
parent 382cfe7b35
commit 0e36c7af35
5 changed files with 22 additions and 30 deletions

View File

@@ -1,5 +1,6 @@
# Release notes
### v3.33 (released 2023-09-25)
- Updated the Game Boy and Game Boy Advance lookup databases for save types, ROM sizes and checksums
- Minor bug fixes and improvements *(thanks Eldram, Grender)*
### v3.32 (released 2023-07-25)

View File

@@ -9,7 +9,7 @@ from enum import Enum
APPNAME = "FlashGBX"
VERSION_PEP440 = "3.33"
VERSION = "v{:s}".format(VERSION_PEP440)
VERSION_TIMESTAMP = 1695637228
VERSION_TIMESTAMP = 1695639320
DEBUG = False
DEBUG_LOG = []
APP_PATH = ""

View File

@@ -2606,7 +2606,7 @@
"rg": "Japan"
},
"062b103bad19ab6aeccbbe95db9de3dbc94f9aca": {
"gn": "Motoracer Advance",
"gn": "Moto Racer Advance",
"ne": "(USA) (En,Fr,De,Es,It)",
"gc": "A9ME",
"rc": 802940840,
@@ -2617,7 +2617,7 @@
"rg": "USA"
},
"f34f0868970fa0ac43ea2a672ff48a564959a25f": {
"gn": "Motoracer Advance",
"gn": "Moto Racer Advance",
"ne": "(Europe) (En,Fr,De,Es,It)",
"gc": "A9MP",
"rc": 2360450464,
@@ -25284,14 +25284,14 @@
},
"1f1ee9a4a77fc79c3d6b29182d29a4958703c23f": {
"gn": "Ratatouille",
"ne": "(Greece) (En)",
"ne": "(Australia, Greece) (En)",
"gc": "BNLU",
"rc": 1041699271,
"rs": 8388608,
"st": 0,
"ss": 0,
"lg": "En",
"rg": "Greece"
"rg": "Australia, Greece"
},
"d9f57aef1addd82c8a5f362b094d0ace819228f3": {
"gn": "Ratatouille",

View File

@@ -17,14 +17,14 @@
"lg": "En",
"rg": "Europe"
},
"66ff94d8cff47df83f0d69454f55af12d7a0fcc3": {
"gn": "CGB Test Cartridge",
"ne": "(Japan) (En)",
"gc": "",
"rc": 1275399721,
"rs": 65536,
"46ee084745de1bc4e8380ca6adff56572dcdb719": {
"gn": "Bill & Ted's Excellent Game Boy Adventure - A Bogus Journey!",
"ne": "(USA, Europe)",
"gc": "DMG-LBE",
"rc": 1586455914,
"rs": 131072,
"lg": "En",
"rg": "Japan"
"rg": "USA, Europe"
},
"6a0ab660fd111c6b6ca75171f858d9570bf11e0c": {
"gn": "Game Boy Aging Cartridge",
@@ -197,6 +197,15 @@
"lg": "En",
"rg": "Europe"
},
"67144a8ca361bf230d79c66501cc13a42e8cf67d": {
"gn": "Xtreme Sports",
"ne": "(USA)",
"gc": "CGB-BXGE",
"rc": 427984721,
"rs": 4194304,
"lg": "En",
"rg": "USA"
},
"49127b4b99e43568ae9d83089c57fc81068f9654": {
"gn": "Mani 4 in 1 - Tetris + Alleyway + Yakuman + Tennis",
"ne": "(China) (Ja)",
@@ -17581,15 +17590,6 @@
"lg": "En",
"rg": "USA, Europe"
},
"67144a8ca361bf230d79c66501cc13a42e8cf67d": {
"gn": "Xtreme Sports",
"ne": "(USA)",
"gc": "CGB-BXGE",
"rc": 427984721,
"rs": 4194304,
"lg": "En",
"rg": "USA"
},
"3397bc832b8d8de58592edbf35217a5340544894": {
"gn": "Taxi 3",
"ne": "(France)",
@@ -21618,15 +21618,6 @@
"lg": "Ja",
"rg": "Japan"
},
"46ee084745de1bc4e8380ca6adff56572dcdb719": {
"gn": "Bill & Ted's Excellent Game Boy Adventure - A Bogus Journey!",
"ne": "(USA, Europe)",
"gc": "DMG-LBE",
"rc": 1586455914,
"rs": 131072,
"lg": "En",
"rg": "USA, Europe"
},
"dd9575d82c7233bc98713ff5020629578eb78373": {
"gn": "Lock n' Chase ~ Lock 'n' Chase",
"ne": "(World)",

Binary file not shown.