Skip to content

Commit

Permalink
3.33
Browse files Browse the repository at this point in the history
  • Loading branch information
lesserkuma committed Sep 25, 2023
1 parent 382cfe7 commit 0e36c7a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 30 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion FlashGBX/Util.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
APPNAME = "FlashGBX"
VERSION_PEP440 = "3.33"
VERSION = "v{:s}".format(VERSION_PEP440)
VERSION_TIMESTAMP = 1695637228
VERSION_TIMESTAMP = 1695639320
DEBUG = False
DEBUG_LOG = []
APP_PATH = ""
Expand Down
8 changes: 4 additions & 4 deletions FlashGBX/config/db_AGB.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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",
Expand Down
41 changes: 16 additions & 25 deletions FlashGBX/config/db_DMG.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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)",
Expand Down Expand Up @@ -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)",
Expand Down Expand Up @@ -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)",
Expand Down
Binary file modified FlashGBX/res/config.zip
Binary file not shown.

0 comments on commit 0e36c7a

Please sign in to comment.