mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-22 10:38:16 -05:00
Implemented Unleash gauge hooks
- Implements "Unleash Cancel" to allow cancelling Unleash after activating it. - Implements out of control fixes to prevent the gauge from draining when the player cannot utilise it.
This commit is contained in:
@@ -192,4 +192,9 @@ registers = ["f1"]
|
||||
[[midasm_hook]]
|
||||
name = "GetStageIDMidAsmHook"
|
||||
address = 0x82528198
|
||||
registers = ["r5"]
|
||||
registers = ["r5"]
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "PostUnleashMidAsmHook"
|
||||
address = 0x823C6788
|
||||
registers = ["r30"]
|
||||
Reference in New Issue
Block a user