diff options
author | Treeki <treeki@gmail.com> | 2012-10-07 00:22:45 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-10-07 00:22:45 +0200 |
commit | 6f20c424220d32dcbbcd66cbf58ac93e9de7054c (patch) | |
tree | 166f7091b44b28c7deca73edf05d7df320fda9a8 /bugfixes.yaml | |
parent | 14f6cc96178c0324833a9ec3097263d35a67e181 (diff) | |
download | kamek-6f20c424220d32dcbbcd66cbf58ac93e9de7054c.tar.gz kamek-6f20c424220d32dcbbcd66cbf58ac93e9de7054c.zip |
a failed attempt to fix net climb sounds
Diffstat (limited to 'bugfixes.yaml')
-rw-r--r-- | bugfixes.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index 2d7721b..ce2efc1 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -8,6 +8,12 @@ hooks: addr_pal: 0x800E53E0
data: '4E800020'
+ - name: ClimbSounds
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x80132EFC
+ target_func: 'newClimbSounds'
+
- name: MusicHax
type: branch_insn
src_addr_pal: 0x8008E5E4
|