mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Interpolate barrels in Spagonia Night to fix softlock at high frame rates. (#153)
This commit is contained in:
parent
372c04fedd
commit
ca6b42e20e
5 changed files with 85 additions and 0 deletions
|
@ -680,3 +680,13 @@ registers = ["r3"]
|
|||
name = "TitleMenuRemoveContinueOnCorruptSaveMidAsmHook"
|
||||
address = 0x82585470
|
||||
registers = ["r3"]
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "ObjBigBarrelAllocMidAsmHook"
|
||||
address = 0x8271B778
|
||||
registers = ["r3"]
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "ObjBigBarrelSetPositionMidAsmHook"
|
||||
address = 0x8271B5C8
|
||||
registers = ["r3", "r4"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue