diff options
Diffstat (limited to '')
| -rw-r--r-- | bugfixes.yaml | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/bugfixes.yaml b/bugfixes.yaml index 204ab16..097b80f 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -230,6 +230,11 @@ hooks:      src_addr_pal: 0x80B00234
      target_func: 'ReturnNone'
 +  - name: DisableBowserPow
 +    type: add_func_pointer
 +    src_addr_pal: 0x80B7E854
 +    target_func: 'ReturnNone'
 +
    - {name: PowEvent1, type: branch_insn, branch_type: b, src_addr_pal: 0x80892DFC, target_func: 'PowEvent'}
    - {name: PowEvent2, type: branch_insn, branch_type: b, src_addr_pal: 0x80893044, target_func: 'PowEvent'}
 @@ -238,3 +243,8 @@ hooks:    - {name: FrontCrow, type: patch, addr_pal: 0x80ACF6A0, data: '45ABE000'} # 5500.0f
 +  - name: DisableBigMetPenguinSlideIgnoring
 +    type: patch
 +    addr_pal: 0x809B6EF0
 +    data: '38600000'
 +
 | 
