3 Commits

Author SHA1 Message Date
ac67488255 v2.0.1 2023-08-03 09:08:29 +03:00
1375549216 Add support for 3rd 3.8.0 glb/sea/tw/kr/jp 2023-08-03 09:07:18 +03:00
19056bed0d Update 3rd tables to 3.8.0 2023-08-03 09:04:04 +03:00
9 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
### Games and regions ### Games and regions
- **3rd**: glb/sea/tw/kr/jp v6.7.0, cn v6.8.0 - **3rd**: glb/sea/cn/tw/kr/jp v6.8.0
- **SR**: os/cn v1.2.0 (potentially unsafe, but no bans were reported since v1.1.0) - **SR**: os/cn v1.2.0 (potentially unsafe, but no bans were reported since v1.1.0)
It may be possilbe to completely remove the region and version-specific data in the future. Refer to the source code in `game_payload/src` for details. It may be possilbe to completely remove the region and version-specific data in the future. Refer to the source code in `game_payload/src` for details.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -16,12 +16,12 @@ struct crc_id_pair {
const struct crc_id_pair HI3_REGIONS[] = { const struct crc_id_pair HI3_REGIONS[] = {
// It may be possible to get rid of region-specific data altogether in the future // It may be possible to get rid of region-specific data altogether in the future
{ 0x45221647, GAME_HI3_GLB }, // glb v6.7.0 { 0xcb8041ff, GAME_HI3_GLB }, // glb v6.8.0
{ 0x32f97d39, GAME_HI3_SEA }, // sea v6.7.0 { 0x104cbfc5, GAME_HI3_SEA }, // sea v6.8.0
{ 0x2efd9099, GAME_HI3_CN }, // cn v6.8.0 { 0x2efd9099, GAME_HI3_CN }, // cn v6.8.0
{ 0x4a47e6c8, GAME_HI3_TW }, // tw v6.7.0 { 0x30fa5b0f, GAME_HI3_TW }, // tw v6.8.0
{ 0x03b67cb4, GAME_HI3_KR }, // kr v6.7.0 { 0xe47327fb, GAME_HI3_KR }, // kr v6.8.0
{ 0x449ff855, GAME_HI3_JP } // jp v6.7.0 { 0x992b6b63, GAME_HI3_JP } // jp v6.8.0
}; };
void hi3_fill_data(struct game_data *buf) { void hi3_fill_data(struct game_data *buf) {

View File

@ -1,4 +1,4 @@
project('jadeite', 'c', version: '2.0.0') project('jadeite', 'c', version: '2.0.1')
nasm = find_program('nasm') nasm = find_program('nasm')
gen_res = find_program('gen_resources.sh') gen_res = find_program('gen_resources.sh')

View File

@ -1,16 +1,16 @@
{ {
"jadeite": { "jadeite": {
"version": "2.0.0" "version": "2.0.1"
}, },
"games": { "games": {
"hi3rd": { "hi3rd": {
"global": { "global": {
"status": "verified", "status": "verified",
"version": "6.7.0" "version": "6.8.0"
}, },
"sea": { "sea": {
"status": "verified", "status": "verified",
"version": "6.7.0" "version": "6.8.0"
}, },
"china": { "china": {
"status": "verified", "status": "verified",
@ -18,15 +18,15 @@
}, },
"taiwan": { "taiwan": {
"status": "verified", "status": "verified",
"version": "6.7.0" "version": "6.8.0"
}, },
"korea": { "korea": {
"status": "verified", "status": "verified",
"version": "6.7.0" "version": "6.8.0"
}, },
"japan": { "japan": {
"status": "verified", "status": "verified",
"version": "6.7.0" "version": "6.8.0"
} }
}, },
"hsr": { "hsr": {