diff options
author | Treeki <treeki@gmail.com> | 2012-04-28 18:09:21 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-04-28 18:09:21 +0200 |
commit | 9534a0a6dc0bde85c397fe2bca2bbca0a6b69f6e (patch) | |
tree | d64fae9d65d12236ecbe93d9c7c23f615041e69a /poweruphax.yaml | |
parent | c60dbb8bcdb585753980cadda66f012ffb71f1ec (diff) | |
download | kamek-9534a0a6dc0bde85c397fe2bca2bbca0a6b69f6e.tar.gz kamek-9534a0a6dc0bde85c397fe2bca2bbca0a6b69f6e.zip |
powerup texture fixed for toad
Diffstat (limited to '')
-rw-r--r-- | poweruphax.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/poweruphax.yaml b/poweruphax.yaml index 4b454aa..3a9aa21 100644 --- a/poweruphax.yaml +++ b/poweruphax.yaml @@ -207,6 +207,12 @@ hooks: # branch_type: b # src_addr_pal: 0x800CA6B0 # target_func: 'PlumberSetPowerupTextureDebug' + + - name: FixToadPowerup + type: branch_insn + branch_type: b + src_addr_pal: 0x800BCFB0 + target_func: 'ToadPowerupFix' - name: FixPowerupScale_First type: branch_insn |