From 64a25b1607d7c5caa73eee6fa62f5adc997e7643 Mon Sep 17 00:00:00 2001 From: mkrsym1 Date: Mon, 17 Jul 2023 14:39:12 +0300 Subject: [PATCH] Update checksums for SR 1.2.0 --- game_payload/src/hsr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/game_payload/src/hsr.c b/game_payload/src/hsr.c index 8e88579..b7f81b1 100644 --- a/game_payload/src/hsr.c +++ b/game_payload/src/hsr.c @@ -17,14 +17,14 @@ struct crc_id_pair { const struct crc_id_pair HSR_REGIONS[] = { // It may be possible to get rid of region-specific data altogether in the future - { 0x2df53005, GAME_HSR_OS }, // os v1.1.0 - { 0x3e644d26, GAME_HSR_CN } // cn v1.1.0 + { 0x9eb3084e, GAME_HSR_OS }, // os v1.2.0 + { 0x14be07e9, GAME_HSR_CN } // cn v1.2.0 }; #define JUMP_SIZE (6 + sizeof(void*)) // Temporarily hardcoded offset -// v1.1.0, same for os and cn +// v1.2.0, same for os and cn #define WTSUD_PATCH_OFFSET 0x16430 char wtsud_original_bytes[JUMP_SIZE];