diff options
author | Treeki <treeki@gmail.com> | 2012-09-07 21:20:15 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-07 21:20:15 +0200 |
commit | 3b616a5f8b7d49c59c45f09b59c1129b43002f3d (patch) | |
tree | cd8bb02d6125c0e881e6b563dd01f1c92cfc619c /spritetex.yaml | |
parent | 9483344fcecf669e2be98b61d1fdb6c6e3aa5520 (diff) | |
download | kamek-3b616a5f8b7d49c59c45f09b59c1129b43002f3d.tar.gz kamek-3b616a5f8b7d49c59c45f09b59c1129b43002f3d.zip |
untested retextures/re-effects/re-sounds for igapuku and tobipuku
Diffstat (limited to '')
-rw-r--r-- | spritetex.yaml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/spritetex.yaml b/spritetex.yaml index d6d7ebf..88d0d55 100644 --- a/spritetex.yaml +++ b/spritetex.yaml @@ -641,3 +641,69 @@ hooks: src_addr_pal: 0x80887FB4 target_func: 'ChangeWindyColour' + + - name: TobiPukuBypass + type: branch_insn + branch_type: bl + src_addr_pal: 0x808BB34C + target_func: 'TobiPukuBypass' + + - name: TEX_TobiPuku + type: branch_insn + branch_type: bl + src_addr_pal: 0x80AB2288 + target_func: 'TEX_TobiPuku' + + - name: TobiPukuSoundChangeB + type: branch_insn + branch_type: bl + src_addr_pal: 0x80AB2648 + target_func: 'TobiPukuSoundChange' + + - name: TobiPukuSoundChange + type: branch_insn + branch_type: bl + src_addr_pal: 0x80AB2690 + target_func: 'TobiPukuSoundChange' + + - name: TobiPukuEffectChange + type: branch_insn + branch_type: bl + src_addr_pal: 0x80AB2618 + target_func: 'TobiPukuEffectChange' + + + - name: IgaPukuBypass + type: branch_insn + branch_type: bl + src_addr_pal: 0x80ABC0C0 + target_func: 'IgaPukuBypass' + + - name: TEX_IgaPuku + type: branch_insn + branch_type: bl + src_addr_pal: 0x80AB2288 + target_func: 'TEX_IgaPuku' + + + - name: IgaPukuNoEffect1 + type: branch_insn + branch_type: bl + src_addr_pal: 0x80A251BC + target_func: 'IgaPukuNoEffect1' + + - name: IgaPukuChangeEffect2 + type: branch_insn + branch_type: bl + src_addr_pal: 0x80A251E8 + target_func: 'IgaPukuChangeEffect2' + + + - name: IgaPukuSoundChange + type: branch_insn + branch_type: bl + src_addr_pal: 0x80A25238 + target_func: 'IgaPukuSoundChange' + + + |