mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Fix werehog HUD guide not having correct position at 4:3. (#311)
This commit is contained in:
parent
72640c8749
commit
e3ac47a797
2 changed files with 62 additions and 0 deletions
|
@ -947,3 +947,13 @@ after_instruction = true
|
|||
name = "CExStageBossCStateBattleCtorMidAsmHook"
|
||||
address = 0x82B026E4
|
||||
registers = ["r3"]
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "EvilHudGuideAllocMidAsmHook"
|
||||
address = 0x823B6908
|
||||
registers = ["r3"]
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "EvilHudGuideUpdateMidAsmHook"
|
||||
address = 0x82449800
|
||||
registers = ["r30", "f30"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue