From 2ab8541621fbfa112a7f6ee542500e494af4db33 Mon Sep 17 00:00:00 2001 From: Treeki Date: Wed, 29 May 2013 23:20:44 +0200 Subject: exception crap --- bugfixes.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- cgit v1.2.3