From 910d043f198b53fa3b82b6d8537e4486f0ca46c8 Mon Sep 17 00:00:00 2001 From: Hyper <34012267+hyperbx@users.noreply.github.com> Date: Sun, 16 Feb 2025 10:29:04 +0000 Subject: [PATCH] Disable Chip hints for shoe upgrades (#413) --- UnleashedRecompLib/config/SWA.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UnleashedRecompLib/config/SWA.toml b/UnleashedRecompLib/config/SWA.toml index 9f5fc2a..de0e981 100644 --- a/UnleashedRecompLib/config/SWA.toml +++ b/UnleashedRecompLib/config/SWA.toml @@ -176,6 +176,12 @@ name = "DisableHintsMidAsmHook" address = 0x829E409C jump_address_on_true = 0x829E40A0 +# Disable Chip hints for shoe upgrades +[[midasm_hook]] +name = "DisableHintsMidAsmHook" +address = 0x82691CB0 +jump_address_on_true = 0x82691E24 + # Disable navigation volumes [[midasm_hook]] name = "DisableControlTutorialMidAsmHook"