Skip to content

Commit fc3cb70

Browse files
authored
Merge pull request #1031 from dragonzkiller/master
Support for Game Version 2.31
2 parents e3fe11e + 0d54157 commit fc3cb70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Image.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ struct Image
77
{
88
void Initialize();
99

10-
static std::tuple<uint32_t, uint16_t> GetSupportedVersion() noexcept { return std::make_tuple(2, 30); }
10+
static std::tuple<uint32_t, uint16_t> GetSupportedVersion() noexcept { return std::make_tuple(2, 31); }
1111

1212
uintptr_t base_address;
1313
mem::region TextRegion;

src/reverse/Addresses.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ constexpr uint32_t CPatches_OptionsInit = 4089777341UL; // Config::IConfigVa
2424
#pragma endregion
2525

2626
#pragma region CPhotoMode
27-
constexpr uint32_t CPhotoMode_SetRecordID = 4069992366UL; // <UNKNOWN_SYMBOL>
27+
constexpr uint32_t CPhotoMode_SetRecordID = 4052428712UL; // <UNKNOWN_SYMBOL>
2828
#pragma endregion
2929

3030
#pragma region CRenderGlobal

0 commit comments

Comments
 (0)