diff options
author | Treeki <treeki@gmail.com> | 2013-05-12 23:25:49 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-05-12 23:25:49 +0200 |
commit | 7f770e59f2aa8a392cc78285a0422120dc1d6ede (patch) | |
tree | 08102210e44f7e61c33c59403b4bfd42ea949311 /bugfixes.yaml | |
parent | 0164f9c6879ab366db314e545c9785b59cd043a3 (diff) | |
download | kamek-7f770e59f2aa8a392cc78285a0422120dc1d6ede.tar.gz kamek-7f770e59f2aa8a392cc78285a0422120dc1d6ede.zip |
added line lift nybble 11
Diffstat (limited to 'bugfixes.yaml')
-rw-r--r-- | bugfixes.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index 819d568..f98489f 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -275,3 +275,8 @@ hooks: branch_type: bl
src_addr_pal: 0x808399D4
target_func: 'FuckLineLiftWithARake'
+ - name: AlsoFuckTheLineLiftActivation
+ type: branch_insn
+ branch_type: b
+ src_addr_pal: 0x80839B00
+ target_func: 'AlsoFuckTheLineLiftActivation'
|