From 10ad5f9ab292ebf8719143f51c5f3eb68dd2ea47 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Thu, 16 May 2013 17:41:24 -0500 Subject: fixed player hammer collisions, added a CC note --- classic_controller.yaml | 2 ++ poweruphax.yaml | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/classic_controller.yaml b/classic_controller.yaml index d1d8335..a98cafc 100644 --- a/classic_controller.yaml +++ b/classic_controller.yaml @@ -38,3 +38,5 @@ hooks: addr_ntsc: 0x8076DBE8 data: '38000000' +# crediar's warningMgr patch +# *(vu32*)(0x00DD1C0) = 0x4E800020; \ No newline at end of file diff --git a/poweruphax.yaml b/poweruphax.yaml index 1c913f0..5e222a5 100644 --- a/poweruphax.yaml +++ b/poweruphax.yaml @@ -1019,3 +1019,10 @@ hooks: src_addr_pal: 0x808D4CEC target_func: 'SkawoStillHatesMe' + + - name: PatchMultiplayerHits + type: patch + addr_pal: 0x8001E668 + data: '38A00008' + + -- cgit v1.2.3