diff options
Diffstat (limited to 'spritetex.yaml')
-rw-r--r-- | spritetex.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/spritetex.yaml b/spritetex.yaml index a2139f2..c4d7e0d 100644 --- a/spritetex.yaml +++ b/spritetex.yaml @@ -1,6 +1,21 @@ --- source_files: [../src/spritetex.S] hooks: + - name: BigBlockSound1 + type: branch_insn + branch_type: bl + src_addr_pal: 0x809B8EBC + target_func: 'BigBlockSound' + - name: BigBlockSound2 + type: branch_insn + branch_type: bl + src_addr_pal: 0x809B9040 + target_func: 'BigBlockSound' + - name: BigBlockLeapingItem + type: branch_insn + branch_type: bl + src_addr_pal: 0x809B91A4 + target_func: 'BigBlockLeapingItem' # - name: BlackClouds # type: patch |