summaryrefslogtreecommitdiff
path: root/bugfixes.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bugfixes.yaml31
1 files changed, 30 insertions, 1 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml
index 2180953..023fb41 100644
--- a/bugfixes.yaml
+++ b/bugfixes.yaml
@@ -1,7 +1,7 @@
---
# This has kind of turned into the "random stuff that we don't want to make a yaml for"
# yaml, hasn't it...
-source_files: [../src/randomcrap.S, ../src/music.cpp, ../src/fix38.S, ../src/nullsub.S, ../src/newer.cpp]
+source_files: [../src/randomcrap.S, ../src/music.cpp, ../src/fix38.S, ../src/nullsub.S, ../src/newer.cpp]#, ../src/anmconstruct.S]
hooks:
- name: ReplaceExceptionOccurred
type: branch_insn
@@ -327,3 +327,32 @@ hooks:
- name: ThwompNeverDieOutOfZone
type: nop_insn
area_pal: 0x809F5E40
+
+ - name: FixRunAnimTypo
+ type: add_func_pointer
+ src_addr_pal: 0x802F2A4C
+ target_func: 'Rrun'
+
+ # - name: FuckUpYoshi
+ # type: branch_insn
+ # branch_type: b
+ # src_addr_pal: 0x809FEFBC
+ # target_func: 'FuckUpYoshi'
+ # - name: FuckUpYoshi2
+ # type: branch_insn
+ # branch_type: b
+ # src_addr_pal: 0x800A7638
+ # target_func: 'FuckUpYoshi2'
+ # - name: YoshiStartAnimWrapper
+ # type: add_func_pointer
+ # src_addr_pal: 0x8031C5F4
+ # target_func: 'YoshiStartAnimWrapper'
+ # - name: YoshiStateWrapper
+ # type: add_func_pointer
+ # src_addr_pal: 0x80326D70
+ # target_func: 'YoshiStateWrapper'
+ # - name: AnmChrConstructWrapper
+ # type: branch_insn
+ # branch_type: b
+ # src_addr_pal: 0x80248AD0
+ # target_func: 'AnmChrConstructWrapper' \ No newline at end of file