diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-03-29 19:20:07 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-03-29 19:20:07 -0500 |
commit | bdbc5c07a7ab45fe3920ab6ab0c426212aa22c25 (patch) | |
tree | eb8fab52743bf657369b7281bfec79c1b8bc7c95 /bugfixes.yaml | |
parent | 2e5153002bccc3722dbacaa62b729493d2c2bf89 (diff) | |
download | kamek-bdbc5c07a7ab45fe3920ab6ab0c426212aa22c25.tar.gz kamek-bdbc5c07a7ab45fe3920ab6ab0c426212aa22c25.zip |
blr fix
Diffstat (limited to '')
-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'
+
+
|