From 4b620ff49913dbd03b89056f5d0db74ae71b9b92 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sat, 31 Dec 2011 04:52:22 +0100 Subject: a hack to add custom music that may or may not work --- bugfixes.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'bugfixes.yaml') 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 -- cgit v1.2.3