Fix werehog HUD guide not having correct position at 4:3. (#311)

This commit is contained in:
Skyth (Asilkan) 2025-02-08 14:16:33 +03:00 committed by GitHub
parent 72640c8749
commit e3ac47a797
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 62 additions and 0 deletions

View file

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