diff options
Diffstat (limited to '')
-rw-r--r-- | classic_controller.yaml | 2 | ||||
-rw-r--r-- | poweruphax.yaml | 7 |
2 files changed, 9 insertions, 0 deletions
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' + + |