From c869ed27f1f44d4613f6280665adc7663911f66f Mon Sep 17 00:00:00 2001 From: Corrine Date: Thu, 7 May 2026 15:33:25 -0700 Subject: [PATCH] Fixed a mistake with NoRareSelling --- .../client-functions/NoRareSelling/NoRareSelling.59NJ.patch.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/client-functions/NoRareSelling/NoRareSelling.59NJ.patch.s b/system/client-functions/NoRareSelling/NoRareSelling.59NJ.patch.s index f624e96d..38f19d49 100644 --- a/system/client-functions/NoRareSelling/NoRareSelling.59NJ.patch.s +++ b/system/client-functions/NoRareSelling/NoRareSelling.59NJ.patch.s @@ -13,7 +13,7 @@ start: # is easy because there are easily-patchable opcodes within branches that # return a constant price for rare items. xor eax, eax - mov [0x005D26EB], eax # Rare armors + mov [0x005D258F], eax # Rare armors mov [0x005D26D1], eax # Unidentified weapons mov [0x005D26E6], eax # Rare weapons @@ -40,4 +40,4 @@ patch_code: ret patch_code_end: push ecx - .include WriteCallToCode-59NL + .include WriteCallToCode-59NJ