mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Fix Tornado Defense boss firing missiles too frequently (#306)
Co-authored-by: Skyth (Asilkan) <19259897+blueskythlikesclouds@users.noreply.github.com> Co-authored-by: Darío <538504+DarioSamo@users.noreply.github.com>
This commit is contained in:
parent
88df0e08b7
commit
e1edd5f35d
7 changed files with 147 additions and 0 deletions
|
@ -936,3 +936,14 @@ address = 0x82BADADC
|
|||
registers = ["r4", "r5", "r6", "r30"]
|
||||
jump_address_on_true = 0x82BAD9F0
|
||||
jump_address_on_false = 0x82BADAFC
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "CExStageBossCStateBattleAllocMidAsmHook"
|
||||
address = 0x82B026DC
|
||||
registers = ["r3"]
|
||||
after_instruction = true
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "CExStageBossCStateBattleCtorMidAsmHook"
|
||||
address = 0x82B026E4
|
||||
registers = ["r3"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue