diff options
| -rw-r--r-- | bugfixes.yaml | 12 | 
1 files changed, 12 insertions, 0 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index e32414f..7e843b4 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -3,6 +3,18 @@  # yaml, hasn't it...
  source_files: [../src/randomcrap.S, ../src/music.cpp, ../src/fix38.S, ../src/nullsub.S, ../src/newer.cpp]
  hooks:
 +  - name: ReplaceExceptionOccurred
 +    type: branch_insn
 +    branch_type: bl
 +    src_addr_pal: 0x80234CE0
 +    target_func: 'ReplaceExceptionOccurred'
 +  - {name: DeleteMainInfo, type: patch, addr_pal: 0x8034D410, data: '00000000'}
 +  - {name: DeleteTrace, type: patch, addr_pal: 0x8034D590, data: '00000000'}
 +  - {name: DeleteTraceHeadings, type: patch, addr_pal: 0x8034D5B8, data: '00000000'}
 +  - {name: DeleteContextExc, type: patch, addr_pal: 0x8034D614, data: '00000000'}
 +  - {name: DeleteContext, type: patch, addr_pal: 0x8034D634, data: '00000000'}
 +  - {name: DeleteDsisrDar, type: patch, addr_pal: 0x8034D770, data: '00000000'}
 +
    - name: RedRingEventControl
      type: branch_insn
      branch_type: b
  | 
