diff --git a/artifacts/ddraw.ini b/artifacts/ddraw.ini index e1a82e04..95f01b68 100644 --- a/artifacts/ddraw.ini +++ b/artifacts/ddraw.ini @@ -1,5 +1,5 @@ ;sfall configuration settings -;v3.8.7 +;v3.8.8 [Main] ;Change to 1 if you want to use command line args to tell sfall to use another ini file. diff --git a/sfall/LoadGameHook.cpp b/sfall/LoadGameHook.cpp index 5246fbab..56457b49 100644 --- a/sfall/LoadGameHook.cpp +++ b/sfall/LoadGameHook.cpp @@ -172,7 +172,7 @@ end: static void __declspec(naked) SetPCBaseStatEMP() { __asm { - mov ds:[29*4 + 0x51C394], 100; // set_pc_base_stat(STAT_dmg_resist_emp, 100) + mov dword ptr ds:[29*4 + 0x51C394], 100; // set_pc_base_stat(STAT_dmg_resist_emp, 100) retn; } }