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

This commit is contained in:
NovaRain
2018-01-02 23:22:45 +08:00
parent a705341e02
commit d5be2fdc9b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
;sfall configuration settings
;v4.0.2
;v4.0.3
[Main]
;Change to 1 if you want to use command line args to tell sfall to use another ini file.
+1 -1
View File
@@ -154,7 +154,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;
}
}