mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Implement fix for Sparkle locus particle vertex corruption. (#317)
This commit is contained in:
parent
2fdd32e889
commit
fff96a8528
2 changed files with 13 additions and 0 deletions
|
@ -957,3 +957,8 @@ registers = ["r3"]
|
|||
name = "EvilHudGuideUpdateMidAsmHook"
|
||||
address = 0x82449800
|
||||
registers = ["r30", "f30"]
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "SparkleLocusMidAsmHook"
|
||||
address = 0x82E96804
|
||||
jump_address_on_true = 0x82E96808
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue