Disable Chip hints for shoe upgrades (#413)

This commit is contained in:
Hyper 2025-02-16 10:29:04 +00:00 committed by GitHub
parent beac8339c2
commit 910d043f19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"