diff options
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
|