From e7dd81b3099f6e3e592f51b923a9e9c3b82ff2ef Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 7 Feb 2013 03:45:25 +0100 Subject: couple of fixes from bugfixes.yaml --- bugfixes.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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' + -- cgit v1.2.3