From ac0ced5b71d2cf2bce444fce88e7b359ac08815c Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Thu, 13 Dec 2012 17:02:55 -0600 Subject: Added thundercloud sprite, made area death clouds --- spritetex.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'spritetex.yaml') 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' -- cgit v1.2.3