diff options
Diffstat (limited to 'growup.yaml')
| -rw-r--r-- | growup.yaml | 30 | 
1 files changed, 25 insertions, 5 deletions
| diff --git a/growup.yaml b/growup.yaml index 0fe73ed..5e8b54e 100644 --- a/growup.yaml +++ b/growup.yaml @@ -42,6 +42,22 @@ hooks:      target_func: 'ModifySpeedUpdatesB' +# Prevent large enemies from being fireballed, unless they subclass the fireball state + +  - name: TooBigToBurn +    type: branch_insn +    branch_type: bl +    src_addr_pal: 0x800A08F0 +    target_func: 'TooBigToBurn' + +  - name: TooBigToFreeze +    type: branch_insn +    branch_type: bl +    src_addr_pal: 0x800A0A50 +    target_func: 'TooBigToFreeze' + + +  # Loading Patches  #  - name: Global_SizeLoader_X @@ -286,12 +302,16 @@ hooks:      target_func: 'GabonRockZOrderDeathDrop' +  - name: BigBooZOrderHack +    type: patch +    addr_pal: 0x8042C6BC +    data: "45ABE000" -#  - name: BooZOrderHack -#    type: branch_insn -#    branch_type: bl -#    src_addr_pal: 0x80AAEA90  -#    target_func: 'BooZOrderHack' +  - name: BooZOrderHack +    type: branch_insn +    branch_type: bl +    src_addr_pal: 0x80AAEAAC  +    target_func: 'BooZOrderHack'  # | 
