mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Fix PlayStation time of day transition animation not rendering. (#167)
* Fix PlayStation transition animation not rendering. * Remove medal swinging animation from the YNCP.
This commit is contained in:
parent
fb5d0cd94e
commit
dfa2a31286
2 changed files with 26 additions and 1 deletions
|
@ -802,3 +802,8 @@ registers = ["r3"]
|
|||
name = "ObjBigBarrelSetPositionMidAsmHook"
|
||||
address = 0x8271B5C8
|
||||
registers = ["r3", "r4"]
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "LoadingRenderMidAsmHook"
|
||||
address = 0x824DB734
|
||||
jump_address_on_true = 0x824DB738
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue