diff options
Diffstat (limited to '')
-rw-r--r-- | bugfixes.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index 0ca99c7..63cc6a2 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -1,5 +1,5 @@ ---
-source_files: [../src/randomcrap.S, ../src/music.S]
+source_files: [../src/randomcrap.S, ../src/music.S, ../src/fix38.S]
hooks:
- name: MusicHax type: branch_insn @@ -7,12 +7,12 @@ hooks: branch_type: b target_func: 'HaxMusic' - - name: FixCoinJump
- type: patch
- addr_ntsc: 0x809E75F0
- addr_pal: 0x809E75D0
- data: '38800008 B0830364 4e800020' #li r4,8; sth r4,0x364(r3); blr
-
+ - name: Fix38WithJumpCoin + src_addr_pal: 0x807EBC5C + type: branch_insn + branch_type: b + target_func: 'fix38WithJumpCoin' + - name: 1-1 BG Fix
type: patch
addr_ntsc: 0x80117F6C
|