Fix Werehog rotating into walls when leaving them at HFR (#1570)

This commit is contained in:
Hyper
2026-02-01 11:09:38 +00:00
committed by GitHub
parent 77f68d2d7c
commit 5e8695a157
2 changed files with 20 additions and 0 deletions
+12
View File
@@ -1141,3 +1141,15 @@ registers = ["r3"]
name = "EndingTextPositionMidAsmHook"
address = 0x82580168
registers = ["r31", "f13"]
# Wall Leave - Left
[[midasm_hook]]
name = "CEvilSonicContext_CStateWall_LeaveRotationMidAsmHook"
address = 0x824067BC
registers = ["f1"]
# Wall Leave - Right
[[midasm_hook]]
name = "CEvilSonicContext_CStateWall_LeaveRotationMidAsmHook"
address = 0x82406774
registers = ["f1"]