diff options
Diffstat (limited to '')
-rw-r--r-- | spritetex.yaml | 54 |
1 files changed, 34 insertions, 20 deletions
diff --git a/spritetex.yaml b/spritetex.yaml index 0d4658c..56a4da4 100644 --- a/spritetex.yaml +++ b/spritetex.yaml @@ -28,6 +28,13 @@ hooks: target_func: 'TEX_Goomba'
+ - name: TEX_BigGoomba
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x80033350
+ target_func: 'TEX_BigGoomba'
+ + - name: TEX_Barrel
type: branch_insn
branch_type: bl
@@ -49,11 +56,11 @@ hooks: # target_func: 'TEX_BigBlock'
-# - name: TEX_Thwomp
-# type: branch_insn
-# branch_type: bl
-# src_addr_pal: 0x809F63F4
-# target_func: 'TEX_Thwomp'
+ - name: TEX_Thwomp
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x809F63F4
+ target_func: 'TEX_Thwomp'
- name: TEX_GiantBuzzy
@@ -252,11 +259,11 @@ hooks: target_func: 'TEX_Midway'
-# - name: TEX_Goal
-# type: branch_insn
-# branch_type: bl
-# src_addr_pal: 0x80A0A0E8
-# target_func: 'TEX_Goal'
+ - name: TEX_Goal
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x80A0A0E8
+ target_func: 'TEX_Goal'
# - name: TEX_StretchMush
@@ -287,17 +294,24 @@ hooks: # target_func: 'TEX_Platforms'
-# - name: TEX_PokeyA
-# type: branch_insn
-# branch_type: bl
-# src_addr_pal: 0x80AA1DB0
-# target_func: 'TEX_PokeyA'
+ - name: TEX_PokeyA
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x80AA1DB0
+ target_func: 'TEX_PokeyA'
-# - name: TEX_PokeyB
-# type: branch_insn
-# branch_type: bl
-# src_addr_pal: 0x80A9F834
-# target_func: 'TEX_PokeyB'
+ - name: TEX_PokeyB
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x80A9F834
+ target_func: 'TEX_PokeyB'
+ + + - name: TEX_PokeyC
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x80A9D028
+ target_func: 'TEX_PokeyC'
|