diff options
author | Treeki <treeki@gmail.com> | 2012-07-10 01:06:28 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-07-10 01:06:28 +0200 |
commit | 4716dd060af05eecc5e9761a75af10e288b297a1 (patch) | |
tree | 9ba6ad0a25c4e79458c68a69f5c2fc8bc4c0dce7 /bugfixes.yaml | |
parent | c4d21117dda370659a8e8d15703b3b435276b919 (diff) | |
download | kamek-4716dd060af05eecc5e9761a75af10e288b297a1.tar.gz kamek-4716dd060af05eecc5e9761a75af10e288b297a1.zip |
the great extraordinary Custom Music Hack comes to your .. gits
Diffstat (limited to '')
-rw-r--r-- | bugfixes.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index b77111f..4d2d5b9 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -1,5 +1,5 @@ ---
-source_files: [../src/randomcrap.S, ../src/music.S, ../src/fix38.S, ../src/nullsub.S]
+source_files: [../src/randomcrap.S, ../src/music.cpp, ../src/fix38.S, ../src/nullsub.S]
hooks:
- name: FixMemoryLeaks
type: patch
@@ -10,7 +10,7 @@ hooks: type: branch_insn
src_addr_pal: 0x8008E5E4
branch_type: b
- target_func: 'HaxMusic'
+ target_func: 'after_course_getMusicForZone'
- name: Fix38WithJumpCoin
src_addr_pal: 0x807EBC5C
|