mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Fix shoe upgrade hints patch breaking sequence flags (#1130)
This commit is contained in:
parent
676c3f0ff4
commit
3c050887d8
1 changed files with 2 additions and 2 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue