Made sure the value of player's base EMP DR is set correctly.

This commit is contained in:
NovaRain
2018-01-02 23:25:27 +08:00
parent c3a74070ca
commit 14a6ef7fc6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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;
}
}