summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2013-05-16 17:41:24 -0500
committerColin Noga <Tempus@chronometry.ca>2013-05-16 17:41:24 -0500
commit10ad5f9ab292ebf8719143f51c5f3eb68dd2ea47 (patch)
tree92a6b84a0143d0cad6fa9fdd11e896ff1c61ca52
parentf9200ae310a06738a8fa8bf899e1a39123f12b9c (diff)
downloadkamek-10ad5f9ab292ebf8719143f51c5f3eb68dd2ea47.tar.gz
kamek-10ad5f9ab292ebf8719143f51c5f3eb68dd2ea47.zip
fixed player hammer collisions, added a CC note
Diffstat (limited to '')
-rw-r--r--classic_controller.yaml2
-rw-r--r--poweruphax.yaml7
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'
+
+