Interpolate barrels in Spagonia Night to fix softlock at high frame rates. (#153)

This commit is contained in:
Skyth (Asilkan) 2025-01-23 19:41:15 +03:00 committed by GitHub
parent 372c04fedd
commit ca6b42e20e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 85 additions and 0 deletions

View file

@ -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"]