diff options
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
|