summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_npc_sv.cpp
blob: a61f2e53c2ce8b030c56df807b3ba806ba1f54b3 (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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
/**
 * d_a_npc_sv.cpp
 * NPC - Salvage Corp group members
 */

#include "d/dolzel_rel.h" // IWYU pragma: keep
#include "d/actor/d_a_npc_sv.h"
#include "m_Do/m_Do_ext.h"
#include "d/actor/d_a_obj_ikada.h"

/* 00000078-0000021C       .text __ct__9daNpcSv_cFv */
daNpcSv_c::daNpcSv_c() {
    /* Nonmatching */
}

/* 00000528-00000640       .text daNpc_People_nodeCallBack__FP7J3DNodei */
static BOOL daNpc_People_nodeCallBack(J3DNode*, int) {
    /* Nonmatching */
}

/* 00000640-00000660       .text CheckCreateHeap__FP10fopAc_ac_c */
static BOOL CheckCreateHeap(fopAc_ac_c*) {
    /* Nonmatching */
}

/* 00000660-000006B8       .text phase_1__FP9daNpcSv_c */
void phase_1(daNpcSv_c*) {
    /* Nonmatching */
}

/* 000006B8-00000738       .text phase_2__FP9daNpcSv_c */
void phase_2(daNpcSv_c*) {
    /* Nonmatching */
}

/* 00000738-00000768       .text _create__9daNpcSv_cFv */
cPhs_State daNpcSv_c::_create() {
    /* Nonmatching */
}

/* 00000768-00000A04       .text createHeap__9daNpcSv_cFv */
void daNpcSv_c::createHeap() {
    /* Nonmatching */
}

/* 00000A04-00000C74       .text createInit__9daNpcSv_cFv */
void daNpcSv_c::createInit() {
    /* Nonmatching */
}

/* 00000C74-00000CD8       .text _delete__9daNpcSv_cFv */
bool daNpcSv_c::_delete() {
    /* Nonmatching */
}

/* 00000CD8-00000DAC       .text _draw__9daNpcSv_cFv */
bool daNpcSv_c::_draw() {
    /* Nonmatching */
}

/* 00000DAC-00000F90       .text _execute__9daNpcSv_cFv */
bool daNpcSv_c::_execute() {
    /* Nonmatching */
}

/* 00000F90-00000FB8       .text executeCommon__9daNpcSv_cFv */
void daNpcSv_c::executeCommon() {
    /* Nonmatching */
}

/* 00000FB8-00001000       .text executeSetMode__9daNpcSv_cFUc */
void daNpcSv_c::executeSetMode(unsigned char) {
    /* Nonmatching */
}

/* 00001000-00001080       .text executeWaitInit__9daNpcSv_cFv */
void daNpcSv_c::executeWaitInit() {
    /* Nonmatching */
}

/* 00001080-0000131C       .text executeWait__9daNpcSv_cFv */
void daNpcSv_c::executeWait() {
    /* Nonmatching */
}

/* 0000131C-00001338       .text executeTalkInit__9daNpcSv_cFv */
void daNpcSv_c::executeTalkInit() {
    /* Nonmatching */
}

/* 00001338-000013B8       .text executeTalk__9daNpcSv_cFv */
void daNpcSv_c::executeTalk() {
    /* Nonmatching */
}

/* 000013B8-000013EC       .text checkOrder__9daNpcSv_cFv */
void daNpcSv_c::checkOrder() {
    /* Nonmatching */
}

/* 000013EC-00001458       .text eventOrder__9daNpcSv_cFv */
void daNpcSv_c::eventOrder() {
    /* Nonmatching */
}

/* 00001458-00001570       .text eventMove__9daNpcSv_cFv */
void daNpcSv_c::eventMove() {
    /* Nonmatching */
}

/* 00001570-00001744       .text privateCut__9daNpcSv_cFv */
void daNpcSv_c::privateCut() {
    /* Nonmatching */
}

/* 00001744-00001814       .text eventMesSetInit__9daNpcSv_cFi */
void daNpcSv_c::eventMesSetInit(int) {
    /* Nonmatching */
}

/* 00001814-0000184C       .text eventMesSet__9daNpcSv_cFv */
void daNpcSv_c::eventMesSet() {
    /* Nonmatching */
}

/* 0000184C-000018F0       .text eventGetItemInit__9daNpcSv_cFi */
void daNpcSv_c::eventGetItemInit(int) {
    /* Nonmatching */
}

/* 000018F0-000018F8       .text eventGetItem__9daNpcSv_cFv */
void daNpcSv_c::eventGetItem() {
    /* Nonmatching */
}

/* 000018F8-000019E0       .text eventSetAngleInit__9daNpcSv_cFv */
void daNpcSv_c::eventSetAngleInit() {
    /* Nonmatching */
}

/* 000019E0-00001A74       .text eventAttentionInit__9daNpcSv_cFi */
void daNpcSv_c::eventAttentionInit(int) {
    /* Nonmatching */
}

/* 00001A74-00001BC8       .text eventAttention__9daNpcSv_cFv */
void daNpcSv_c::eventAttention() {
    /* Nonmatching */
}

/* 00001BC8-00001BD4       .text eventTurnOkInit__9daNpcSv_cFv */
void daNpcSv_c::eventTurnOkInit() {
    /* Nonmatching */
}

/* 00001BD4-00001CF0       .text talk2__9daNpcSv_cFiP10fopAc_ac_c */
void daNpcSv_c::talk2(int, fopAc_ac_c*) {
    /* Nonmatching */
}

/* 00001CF0-00001DC8       .text next_msgStatus__9daNpcSv_cFPUl */
void daNpcSv_c::next_msgStatus(unsigned long*) {
    /* Nonmatching */
}

/* 00001DC8-00001EB4       .text getMsg__9daNpcSv_cFv */
void daNpcSv_c::getMsg() {
    /* Nonmatching */
}

/* 00001EB4-00001EBC       .text setMessage__9daNpcSv_cFUl */
void daNpcSv_c::setMessage(unsigned long) {
    /* Nonmatching */
}

/* 00001EBC-00001F74       .text setAnmFromMsgTag__9daNpcSv_cFv */
void daNpcSv_c::setAnmFromMsgTag() {
    /* Nonmatching */
}

/* 00001F74-00001F94       .text getPrmNpcNo__9daNpcSv_cFv */
void daNpcSv_c::getPrmNpcNo() {
    /* Nonmatching */
}

/* 00001F94-0000209C       .text setMtx__9daNpcSv_cFv */
void daNpcSv_c::setMtx() {
    /* Nonmatching */
}

/* 0000209C-000023D4       .text chkAttention__9daNpcSv_cFv */
void daNpcSv_c::chkAttention() {
    /* Nonmatching */
}

/* 000023D4-00002520       .text lookBack__9daNpcSv_cFv */
void daNpcSv_c::lookBack() {
    /* Nonmatching */
}

/* 00002520-000025E8       .text playAnm__9daNpcSv_cFv */
void daNpcSv_c::playAnm() {
    /* Nonmatching */
}

/* 000025E8-000026C8       .text setAnm__9daNpcSv_cFUcif */
void daNpcSv_c::setAnm(unsigned char, int, float) {
    /* Nonmatching */
}

/* 000026C8-00002768       .text setAnmTbl__9daNpcSv_cFP9sSvAnmDat */
void daNpcSv_c::setAnmTbl(sSvAnmDat*) {
    /* Nonmatching */
}

/* 00002768-000027E0       .text setCollision__9daNpcSv_cFP8dCcD_Cyl4cXyzff */
void daNpcSv_c::setCollision(dCcD_Cyl*, cXyz, float, float) {
    /* Nonmatching */
}

/* 000027E0-0000293C       .text getTalkNo__9daNpcSv_cFv */
void daNpcSv_c::getTalkNo() {
    /* Nonmatching */
}

/* 0000293C-00002958       .text isTalkOK__9daNpcSv_cFv */
void daNpcSv_c::isTalkOK() {
    /* Nonmatching */
}

/* 00002958-00002978       .text daNpc_PeopleCreate__FPv */
static cPhs_State daNpc_PeopleCreate(void* i_this) {
    return ((daNpcSv_c*)i_this)->_create();
}

/* 00002978-0000299C       .text daNpc_PeopleDelete__FPv */
static BOOL daNpc_PeopleDelete(void* i_this) {
    return ((daNpcSv_c*)i_this)->_delete();
}

/* 0000299C-000029C0       .text daNpc_PeopleExecute__FPv */
static BOOL daNpc_PeopleExecute(void* i_this) {
    return ((daNpcSv_c*)i_this)->_execute();
}

/* 000029C0-000029E4       .text daNpc_PeopleDraw__FPv */
static BOOL daNpc_PeopleDraw(void* i_this) {
    return ((daNpcSv_c*)i_this)->_draw();
}

/* 000029E4-000029EC       .text daNpc_PeopleIsDelete__FPv */
static BOOL daNpc_PeopleIsDelete(void*) {
    return TRUE;
}

static actor_method_class daNpc_PeopleMethodTable = {
    (process_method_func)daNpc_PeopleCreate,
    (process_method_func)daNpc_PeopleDelete,
    (process_method_func)daNpc_PeopleExecute,
    (process_method_func)daNpc_PeopleIsDelete,
    (process_method_func)daNpc_PeopleDraw,
};

actor_process_profile_definition g_profile_NPC_SV = {
    /* Layer ID     */ fpcLy_CURRENT_e,
    /* List ID      */ 0x0007,
    /* List Prio    */ fpcPi_CURRENT_e,
    /* Proc Name    */ fpcNm_NPC_SV_e,
    /* Proc SubMtd  */ &g_fpcLf_Method.base,
    /* Size         */ sizeof(daNpcSv_c),
    /* Size Other   */ 0,
    /* Parameters   */ 0,
    /* Leaf SubMtd  */ &g_fopAc_Method.base,
    /* Draw Prio    */ fpcDwPi_NPC_SV_e,
    /* Actor SubMtd */ &daNpc_PeopleMethodTable,
    /* Status       */ fopAcStts_CULL_e | fopAcStts_UNK40000_e,
    /* Group        */ fopAc_ACTOR_e,
    /* Cull Type    */ fopAc_CULLBOX_CUSTOM_e,
};