diff options
author | Treeki <treeki@gmail.com> | 2013-06-05 16:20:37 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-06-05 16:20:37 +0200 |
commit | 53b4cabb097291545b95115a4e430105e9295613 (patch) | |
tree | 95effc118f8f90a2c2efb10c218937d6985f281b /bugfixes.yaml | |
parent | e33d76475bc5326d608e74421c8e3a40ae0f4e2e (diff) | |
download | kamek-53b4cabb097291545b95115a4e430105e9295613.tar.gz kamek-53b4cabb097291545b95115a4e430105e9295613.zip |
commented Yoshi bug debugging stuff, plus the fix
Diffstat (limited to 'bugfixes.yaml')
-rw-r--r-- | bugfixes.yaml | 31 |
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 |