Fix RTech::OpenFile for S2

Fix incorrect offset to RTech::OpenFile.
This commit is contained in:
Kawe Mazidjatari 2023-03-15 00:24:40 +01:00
parent b508096016
commit 220c65a6e2

View File

@ -376,7 +376,7 @@ void RuntimePtc_Init() /* .TEXT */
#elif defined (GAMEDLL_S1)
0xE8, 0x27, 0x95, 0xFF, 0xFF,
#elif defined (GAMEDLL_S2)
0xE8, 0x97, 0x95, 0xFF, 0xFF,
0xE8, 0x87, 0x95, 0xFF, 0xFF,
#elif defined (GAMEDLL_S3)
0xE8, 0x77, 0x8F, 0xFF, 0xFF,
#endif