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:
Hyper
2024-10-20 02:54:49 +01:00
parent bdfa5e874f
commit dd74392279
9 changed files with 77 additions and 2 deletions
+6 -1
View File
@@ -192,4 +192,9 @@ registers = ["f1"]
[[midasm_hook]]
name = "GetStageIDMidAsmHook"
address = 0x82528198
registers = ["r5"]
registers = ["r5"]
[[midasm_hook]]
name = "PostUnleashMidAsmHook"
address = 0x823C6788
registers = ["r30"]