diff options
Diffstat (limited to 'spritetex.yaml')
-rw-r--r-- | spritetex.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/spritetex.yaml b/spritetex.yaml index 7264fb4..79bcf46 100644 --- a/spritetex.yaml +++ b/spritetex.yaml @@ -735,3 +735,32 @@ hooks: target_func: 'GLOW_LightBlock' + + - name: TEX_CloudLT_A + type: branch_insn + branch_type: bl + src_addr_pal: 0x809DFBF0 + target_func: 'TEX_CloudLT_A' + + - name: TEX_CloudLT_B + type: branch_insn + branch_type: bl + src_addr_pal: 0x809DFC00 + target_func: 'TEX_CloudLT_B' + + - name: TEX_CloudLT_C + type: branch_insn + branch_type: bl + src_addr_pal: 0x809DFC10 + target_func: 'TEX_CloudLT_C' + + # - name: CloudLT_Execute + # type: branch_insn + # branch_type: bl + # src_addr_pal: 0x809E07F0 + # target_func: 'CloudLT_Execute' + + - name: CloudLT_Execute + type: add_func_pointer + src_addr_pal: 0x80AE1868 + target_func: 'CloudLT_Execute' |