mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Added code to force the alternate game title (#1249)
This commit is contained in:
parent
7f9ce5037e
commit
8ca5f1bf53
4 changed files with 23 additions and 1 deletions
|
@ -1105,3 +1105,9 @@ registers = ["r3"]
|
|||
name = "DisableBoostFilterMidAsmHook"
|
||||
address = 0x82B48C9C
|
||||
registers = ["r11"]
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "UseAlternateTitleMidAsmHook"
|
||||
address = 0x82580F44
|
||||
jump_address_on_true = 0x82580F48
|
||||
jump_address_on_false = 0x82580FA0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue