We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6440c commit efeba71Copy full SHA for efeba71
src/savegame.asm
@@ -5,7 +5,7 @@
5
cextern Anticheat1
6
cextern AntiCheatArray
7
8
-@LJMP 0x005D6B92, _Load_Game_Post_Load_Game_Hook
+@LJMP 0x005DC49B, _Load_Game_Post_Load_Game_Hook
9
@LJMP 0x005D4FF5, _Save_Game_Pre_Save_Game_Hook
10
11
_Save_Game_Pre_Save_Game_Hook:
@@ -31,11 +31,14 @@ _Load_Game_Post_Load_Game_Hook:
31
mov al, byte [eax+0x1D91]
32
mov byte [0x007E2500], al
33
34
- mov ecx, MouseClass_Map
35
- call 0x005F3E20
+ ; mov ecx, MouseClass_Map
+ ; call 0x005F3E20 SidebarClass::Recalc
36
37
- call 0x004082D0
38
- jmp 0x005D6B97
+ ; call 0x004082D0 WWDebug_Printf
+ ; jmp 0x005D6B97
39
+
40
+ mov esi, [Frame]
41
+ jmp 0x005DC4A1
42
43
; Reset auto-save timer on scenario restart
44
; Hooks beginning of Do_Restart function
0 commit comments