diff options
author | Treeki <treeki@gmail.com> | 2013-06-01 23:38:33 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-06-01 23:38:33 +0200 |
commit | 59224f4e86b57638965422808878332fb775c00a (patch) | |
tree | e2ecf22ab635533e2598cf89cd39a21e9073237a /bugfixes.yaml | |
parent | 4d4a226cfd5bd62da04ef70b623c2f568f7d5b64 (diff) | |
download | kamek-59224f4e86b57638965422808878332fb775c00a.tar.gz kamek-59224f4e86b57638965422808878332fb775c00a.zip |
thwomp changes
Diffstat (limited to 'bugfixes.yaml')
-rw-r--r-- | bugfixes.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index 7e843b4..2180953 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -317,3 +317,13 @@ hooks: branch_type: b
src_addr_pal: 0x80839B00
target_func: 'AlsoFuckTheLineLiftActivation'
+
+ - name: ThwompNewAutoDestruction
+ type: branch_insn
+ branch_type: b
+ src_addr_pal: 0x809F5E44
+ target_func: 'ThwompNewAutoDestruction'
+
+ - name: ThwompNeverDieOutOfZone
+ type: nop_insn
+ area_pal: 0x809F5E40
|