From 79fee4cec4b5e7aa152bace95edfdfb8f3637de0 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 27 Apr 2024 10:26:02 -0700 Subject: [PATCH] explain overwritten field in DecoctionXB --- system/client-functions/Decoction/DecoctionXB.x86.inc.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/client-functions/Decoction/DecoctionXB.x86.inc.s b/system/client-functions/Decoction/DecoctionXB.x86.inc.s index 5af831b8..38d61c24 100644 --- a/system/client-functions/Decoction/DecoctionXB.x86.inc.s +++ b/system/client-functions/Decoction/DecoctionXB.x86.inc.s @@ -1,5 +1,5 @@ start: - mov eax, 0x88888888 # eax = &player_compute_implied_stats + mov eax, 0x88888888 # eax = &player_compute_implied_stats (the value is overwritten by the including patch) lea edx, [ecx + 0x78] cmp byte [edx + 0x76], 11 # this->data1[2] (item+0xEE) ?= 0x0B jne skip_all