mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
Disable Chip hints for shoe upgrades (#413)
This commit is contained in:
parent
beac8339c2
commit
910d043f19
1 changed files with 6 additions and 0 deletions
|
|
@ -176,6 +176,12 @@ name = "DisableHintsMidAsmHook"
|
||||||
address = 0x829E409C
|
address = 0x829E409C
|
||||||
jump_address_on_true = 0x829E40A0
|
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
|
# Disable navigation volumes
|
||||||
[[midasm_hook]]
|
[[midasm_hook]]
|
||||||
name = "DisableControlTutorialMidAsmHook"
|
name = "DisableControlTutorialMidAsmHook"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue