summaryrefslogtreecommitdiff
path: root/spritetex.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spritetex.yaml85
1 files changed, 84 insertions, 1 deletions
diff --git a/spritetex.yaml b/spritetex.yaml
index 5d930c6..af0c077 100644
--- a/spritetex.yaml
+++ b/spritetex.yaml
@@ -1,5 +1,5 @@
---
-source_files: [../src/spritetex.S]
+source_files: [spritetex.s]
hooks:
# - name: TEX_WoodBox
# type: branch_insn
@@ -15,3 +15,86 @@ hooks:
src_addr_ntsc: 0x80875BB4
src_addr_pal: 0x80875BB4
target_func: 'TEX_Bush'
+
+
+
+# The below was added by Tempus
+
+
+ - name: TEX_Goomba
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x80031384
+ target_func: 'TEX_Goomba'
+
+
+ - name: TEX_Barrel
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x809AB3B4
+ target_func: 'TEX_Barrel'
+
+
+ - name: TEX_Blooper
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x80A0451C
+ target_func: 'TEX_Blooper'
+
+
+ - name: TEX_BigBlock
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x809B8DB8
+ target_func: 'TEX_BigBlock'
+
+
+ - name: TEX_Thwomp
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x809F63F4
+ target_func: 'TEX_Thwomp'
+
+
+ - name: TEX_GiantBuzzy
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x809B6B44
+ target_func: 'TEX_GiantBuzzy'
+
+
+ - name: TEX_Buzzy
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x80A67834
+ target_func: 'TEX_Buzzy'
+
+
+ - name: TEX_SpikeTop
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x80AB2C34
+ target_func: 'TEX_SpikeTop'
+
+
+ - name: TEX_Spiny
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x8003DBF8
+ target_func: 'TEX_Spiny'
+
+
+ - name: TEX_SpringBlock
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x80AC8640
+ target_func: 'TEX_SpringBlock'
+
+
+ - name: TEX_Coaster
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x80859714
+ target_func: 'TEX_Coaster'
+
+