fps_patches: fix Egg Dragoon drill missile rotating incorrectly (#378)

Co-authored-by: Skyth (Asilkan) <19259897+blueskythlikesclouds@users.noreply.github.com>
This commit is contained in:
Hyper 2025-02-12 15:40:12 +00:00 committed by GitHub
parent 86b346e037
commit a13fdc136b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 138 additions and 0 deletions

View file

@ -979,3 +979,8 @@ jump_address_on_true = 0x82E96808
name = "HighFrameRateDeltaTimeFixVectorMidAsmHook"
address = 0x827673CC
registers = ["v62"]
[[midasm_hook]]
name = "BossEggDragoonDrillMissileCMissileSetRotationMidAsmHook"
address = 0x82A9BADC
registers = ["r4"]