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