From 80688e9e682a1fb354160f729d4caff394831e9e Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Wed, 13 Apr 2011 20:01:55 -0400 Subject: This is bollox, these sprites --- spritetex.yaml | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) (limited to 'spritetex.yaml') diff --git a/spritetex.yaml b/spritetex.yaml index feeec7c..0981298 100644 --- a/spritetex.yaml +++ b/spritetex.yaml @@ -70,6 +70,13 @@ hooks: target_func: 'TEX_Buzzy' + - name: TEX_BuzzyShell + type: branch_insn + branch_type: bl + src_addr_pal: 0x80A67540 + target_func: 'TEX_BuzzyShell' + + - name: TEX_SpikeTop type: branch_insn branch_type: bl @@ -77,11 +84,18 @@ hooks: target_func: 'TEX_SpikeTop' +# - name: TEX_SpinyShell +# type: branch_insn +# branch_type: bl +# src_addr_pal: 0x8003DBF8 +# target_func: 'TEX_SpinyShell' + + - name: TEX_Spiny type: branch_insn branch_type: bl - src_addr_pal: 0x80038208 - target_func: 'TEX_Spiny' + src_addr_pal: 0x8003DD0C + target_func: 'TEX_Spiny' - name: TEX_SpringBlock @@ -105,10 +119,17 @@ hooks: target_func: 'TEX_Koopa' + - name: TEX_KoopaShell + type: branch_insn + branch_type: bl + src_addr_pal: 0x80A72644 + target_func: 'TEX_Koopa' + + - name: TEX_Gabon type: branch_insn branch_type: bl - src_addr_pal: 0x80A00284 + src_addr_pal: 0x80A00290 target_func: 'TEX_Gabon' @@ -122,14 +143,14 @@ hooks: - name: TEX_Switch type: branch_insn branch_type: bl - src_addr_pal: 0x80A19EC8 + src_addr_pal: 0x80A19ED4 target_func: 'TEX_Switch' - name: TEX_WiggleShroom type: branch_insn branch_type: bl - src_addr_pal: 0x800BC9D8 + src_addr_pal: 0x800BC9D8 target_func: 'TEX_WiggleShroom' @@ -164,7 +185,7 @@ hooks: - name: TEX_Parabeetle type: branch_insn branch_type: bl - src_addr_pal: 0x80A83254 + src_addr_pal: 0x80A83260 target_func: 'TEX_Parabeetle' -- cgit v1.2.3 From 7c5d2a4dd2a81282c38a6bbddacb3fe9c12808c4 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Mon, 16 May 2011 12:22:38 -0500 Subject: Pushed last mostly stable Tempus hacks --- spritetex.yaml | 64 +++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 39 insertions(+), 25 deletions(-) (limited to 'spritetex.yaml') diff --git a/spritetex.yaml b/spritetex.yaml index 0981298..6f2a177 100644 --- a/spritetex.yaml +++ b/spritetex.yaml @@ -84,11 +84,11 @@ hooks: target_func: 'TEX_SpikeTop' -# - name: TEX_SpinyShell -# type: branch_insn -# branch_type: bl -# src_addr_pal: 0x8003DBF8 -# target_func: 'TEX_SpinyShell' + - name: TEX_SpinyShell + type: branch_insn + branch_type: bl + src_addr_pal: 0x8003DBF8 + target_func: 'TEX_SpinyShell' - name: TEX_Spiny @@ -133,6 +133,13 @@ hooks: target_func: 'TEX_Gabon' + - name: TEX_GabonRock + type: branch_insn + branch_type: bl + src_addr_pal: 0x807F8CC8 + target_func: 'TEX_GabonRock' + + - name: TEX_Podoboo type: branch_insn branch_type: bl @@ -147,11 +154,11 @@ hooks: target_func: 'TEX_Switch' - - name: TEX_WiggleShroom - type: branch_insn - branch_type: bl - src_addr_pal: 0x800BC9D8 - target_func: 'TEX_WiggleShroom' +# - name: TEX_WiggleShroom +# type: branch_insn +# branch_type: bl +# src_addr_pal: 0x800BC9D8 +# target_func: 'TEX_WiggleShroom' - name: TEX_Bramball @@ -196,6 +203,13 @@ hooks: target_func: 'TEX_Bomb' + - name: TEX_ParaBomb + type: branch_insn + branch_type: bl + src_addr_pal: 0x80A7EEF8 + target_func: 'TEX_ParaBomb' + + # - name: TEX_CheepA # type: branch_insn # branch_type: bl @@ -245,11 +259,11 @@ hooks: # target_func: 'TEX_Goal' - - name: TEX_StretchMush - type: branch_insn - branch_type: bl - src_addr_pal: 0x8084AD10 - target_func: 'TEX_StretchMush' +# - name: TEX_StretchMush +# type: branch_insn +# branch_type: bl +# src_addr_pal: 0x8084AD10 +# target_func: 'TEX_StretchMush' - name: TEX_BlockSlide @@ -273,17 +287,17 @@ 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' -- cgit v1.2.3