diff options
Diffstat (limited to 'bossThwompaDomp.yaml')
-rw-r--r-- | bossThwompaDomp.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bossThwompaDomp.yaml b/bossThwompaDomp.yaml new file mode 100644 index 0000000..ad82c4b --- /dev/null +++ b/bossThwompaDomp.yaml @@ -0,0 +1,20 @@ +--- +# Replaces EN_WALLINSECT + +source_files: [../src/bossThwompaDomp.cpp, ../src/bossThwompaDomp.S] +hooks: + - name: ThwompaDompMove + type: branch_insn + branch_type: bl + src_addr_pal: 0x809F689C + target_func: 'ThwompaDompMove' + + - name: ThwompaDompDontDie + type: patch + data: '60000000' + addr_pal: 0x809F5E40 + + + +# DOSUN physics struct - 809F5C40 +# DOSUN scale set - 809F5D6C
\ No newline at end of file |