mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix RTech::OpenFile for S2
Fix incorrect offset to RTech::OpenFile.
This commit is contained in:
parent
b508096016
commit
220c65a6e2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user