diff options
Diffstat (limited to '')
-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
|