mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-06-01 01:40:13 -04:00
Fix Homing Attack on Jump not affecting Cool Edge Act 3 (Day) (#904)
This commit is contained in:
@@ -197,11 +197,18 @@ address = 0x823A4FF0
|
||||
registers = ["r4", "r5"]
|
||||
return_on_false = true
|
||||
|
||||
# Set default value for XButtonHoming.
|
||||
[[midasm_hook]]
|
||||
name = "SetXButtonHomingMidAsmHook"
|
||||
address = 0x8237AC90
|
||||
registers = ["r1"]
|
||||
|
||||
# Disable XML reading for XButtonHoming.
|
||||
[[midasm_hook]]
|
||||
name = "IsHomingAttackOnJump"
|
||||
address = 0x8237ACE4
|
||||
jump_address_on_true = 0x8237ACE8
|
||||
|
||||
# Down force HFR fix
|
||||
[[midasm_hook]]
|
||||
name = "DownForceDeltaTimeFixMidAsmHook"
|
||||
|
||||
Reference in New Issue
Block a user