object_patches: fix rail booster sounds overlapping at HFR (#427)

This commit is contained in:
Hyper 2025-02-18 08:54:37 +00:00 committed by GitHub
parent 49cc504ced
commit 4aeee49561
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 40 additions and 2 deletions

View file

@ -1086,3 +1086,8 @@ registers = ["r4"]
name = "AnimationDataMakeMidAsmHook"
address = 0x82BB38E4
registers = ["r31", "r29", "r28"]
[[midasm_hook]]
name = "ObjGrindDashPanelAllocMidAsmHook"
address = 0x82614948
registers = ["r3"]