blob: aaa2a2d6d240986580d503092eb1dae853656c44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
|
---
source_files: [../src/spritetex.s]
hooks:
# - name: TEX_WoodBox
# type: branch_insn
# branch_type: bl
# NOTES: 'fix ntsc addr later'
# src_addr_ntsc: 0x80ACBFB0
# src_addr_pal: 0x80ACBFB0
# target_func: 'TEX_WoodBox'
- name: TEX_Bush
type: branch_insn
branch_type: bl
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'
# - name: TEX_Koopa
# type: branch_insn
# branch_type: bl
# src_addr_pal: 0x80A72904
# target_func: 'TEX_Koopa'
# - name: TEX_Gabon
# type: branch_insn
# branch_type: bl
# src_addr_pal: 0x80A00284
# target_func: 'TEX_Gabon'
# - name: TEX_Podoboo
# type: branch_insn
# branch_type: bl
# src_addr_pal: 0x809D0CC0
# target_func: 'TEX_Podoboo'
# - name: TEX_Switch
# type: branch_insn
# branch_type: bl
# src_addr_pal: 0x80A19EC8
# target_func: 'TEX_Switch'
- name: TEX_WiggleShroom
type: branch_insn
branch_type: bl
src_addr_pal: 0x800BC9D8
target_func: 'TEX_WiggleShroom'
|