diff options
author | Treeki <treeki@gmail.com> | 2011-12-31 04:52:22 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-12-31 04:52:22 +0100 |
commit | 4b620ff49913dbd03b89056f5d0db74ae71b9b92 (patch) | |
tree | 63e4002dc44fce169071b1bf566adeaf798b17cd /bugfixes.yaml | |
parent | d38eb8eba964184a39b26d3327d5e81ed90f6ab4 (diff) | |
download | kamek-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.yaml | 13 |
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
|