summaryrefslogtreecommitdiff
path: root/bugfixes.yaml
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-12-31 04:52:22 +0100
committerTreeki <treeki@gmail.com>2011-12-31 04:52:22 +0100
commit4b620ff49913dbd03b89056f5d0db74ae71b9b92 (patch)
tree63e4002dc44fce169071b1bf566adeaf798b17cd /bugfixes.yaml
parentd38eb8eba964184a39b26d3327d5e81ed90f6ab4 (diff)
downloadkamek-4b620ff49913dbd03b89056f5d0db74ae71b9b92.tar.gz
kamek-4b620ff49913dbd03b89056f5d0db74ae71b9b92.zip
a hack to add custom music that may or may not work
Diffstat (limited to '')
-rw-r--r--bugfixes.yaml13
1 files changed, 12 insertions, 1 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml
index 5923671..3f91729 100644
--- a/bugfixes.yaml
+++ b/bugfixes.yaml
@@ -1,6 +1,17 @@
---
-source_files: [../src/randomcrap.S]
+source_files: [../src/randomcrap.S, ../src/music.S]
hooks:
+ - name: MusicHax1
+ type: patch
+ addr_pal: 0x8019BA78
+ data: '60000000 60000000' # disables limit
+
+ - name: MusicHax2
+ type: branch_insn
+ src_addr_pal: 0x8008E5E4
+ branch_type: b
+ target_func: 'HaxMusic'
+
- name: FixCoinJump
type: patch
addr_ntsc: 0x809E75F0