diff options
Diffstat (limited to 'bugfixes.yaml')
-rw-r--r-- | bugfixes.yaml | 47 |
1 files changed, 24 insertions, 23 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index 27134b6..8d17f79 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -1,22 +1,23 @@ ---
source_files: [../src/randomcrap.S, ../src/music.S, ../src/fix38.S]
hooks:
- - name: FixMemoryLeaks - type: nop_insn - area_pal: 0x800E53E0 - - - name: MusicHax - type: branch_insn - src_addr_pal: 0x8008E5E4 - branch_type: b - target_func: 'HaxMusic' - - - name: Fix38WithJumpCoin - src_addr_pal: 0x807EBC5C - type: branch_insn - branch_type: b - target_func: 'fix38WithJumpCoin' - + - name: FixMemoryLeaks
+ type: patch
+ addr_pal: 0x800E53E0
+ data: '4E800020'
+
+ - name: MusicHax
+ type: branch_insn
+ src_addr_pal: 0x8008E5E4
+ branch_type: b
+ target_func: 'HaxMusic'
+
+ - 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
@@ -88,10 +89,10 @@ hooks: type: patch
addr_pal: 0x8001F93C
data: '48000014'
- - - name: RockyWrenchFix - type: patch - addr_pal: 0x808A9448 - data: '60000000' - - +
+ - name: RockyWrenchFix
+ type: patch
+ addr_pal: 0x808A9448
+ data: '60000000'
+
+
|