Fix model explosion in Temple Entrance cutscene. (#395)

This commit is contained in:
Skyth (Asilkan) 2025-02-13 18:25:42 +03:00 committed by GitHub
parent e9f510e8c9
commit 4f3144472a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 36 additions and 0 deletions

View file

@ -1056,3 +1056,8 @@ registers = ["v62"]
name = "BossEggDragoonDrillMissileCMissileSetRotationMidAsmHook"
address = 0x82A9BADC
registers = ["r4"]
[[midasm_hook]]
name = "AnimationDataMakeMidAsmHook"
address = 0x82BB38E4
registers = ["r31", "r29", "r28"]