From 3c050887d8acf770e6c38065838bbd2a1dc8614e Mon Sep 17 00:00:00 2001 From: Hyper <34012267+hyperbx@users.noreply.github.com> Date: Fri, 7 Mar 2025 01:43:49 +0000 Subject: [PATCH] Fix shoe upgrade hints patch breaking sequence flags (#1130) --- UnleashedRecompLib/config/SWA.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnleashedRecompLib/config/SWA.toml b/UnleashedRecompLib/config/SWA.toml index 489aa134..2c070e9a 100644 --- a/UnleashedRecompLib/config/SWA.toml +++ b/UnleashedRecompLib/config/SWA.toml @@ -181,8 +181,8 @@ jump_address_on_true = 0x829E40A0 # Disable Chip hints for shoe upgrades [[midasm_hook]] name = "DisableHintsMidAsmHook" -address = 0x82691CB0 -jump_address_on_true = 0x82691E24 +address = 0x82691DD0 +jump_address_on_true = 0x82691DD4 # Disable navigation volumes [[midasm_hook]]