summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_npc_gp1.cpp
blob: 03387637123d6213f3407fa3c7af0e667544bffa (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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
/**
 * d_a_npc_gp1.cpp
 * NPC - Maggie's Father (rich)
 */

#include "d/dolzel_rel.h" // IWYU pragma: keep
#include "d/actor/d_a_npc_gp1.h"

/* 000000EC-00000150       .text __ct__15daNpc_Gp1_HIO_cFv */
daNpc_Gp1_HIO_c::daNpc_Gp1_HIO_c() {
    /* Nonmatching */
}

/* 00000198-00000210       .text searchActor_Bm__FPvPv */
void searchActor_Bm(void*, void*) {
    /* Nonmatching */
}

/* 00000210-0000025C       .text nodeCallBack_Gp1__FP7J3DNodei */
static BOOL nodeCallBack_Gp1(J3DNode*, int) {
    /* Nonmatching */
}

/* 0000025C-000003AC       .text nodeGp1Control__11daNpc_Gp1_cFP7J3DNodeP8J3DModel */
void daNpc_Gp1_c::nodeGp1Control(J3DNode*, J3DModel*) {
    /* Nonmatching */
}

/* 000003E8-00000468       .text init_GP1_0__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::init_GP1_0() {
    /* Nonmatching */
}

/* 00000468-00000638       .text createInit__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::createInit() {
    /* Nonmatching */
}

/* 00000638-00000758       .text setMtx__11daNpc_Gp1_cFb */
void daNpc_Gp1_c::setMtx(bool) {
    /* Nonmatching */
}

/* 00000758-0000076C       .text anmNum_toResID__11daNpc_Gp1_cFi */
void daNpc_Gp1_c::anmNum_toResID(int) {
    /* Nonmatching */
}

/* 0000076C-00000780       .text btpNum_toResID__11daNpc_Gp1_cFi */
void daNpc_Gp1_c::btpNum_toResID(int) {
    /* Nonmatching */
}

/* 00000780-00000890       .text setBtp__11daNpc_Gp1_cFbi */
void daNpc_Gp1_c::setBtp(bool, int) {
    /* Nonmatching */
}

/* 00000890-000008B8       .text iniTexPttrnAnm__11daNpc_Gp1_cFb */
void daNpc_Gp1_c::iniTexPttrnAnm(bool) {
    /* Nonmatching */
}

/* 000008B8-00000964       .text plyTexPttrnAnm__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::plyTexPttrnAnm() {
    /* Nonmatching */
}

/* 00000964-000009A0       .text setAnm_tex__11daNpc_Gp1_cFSc */
void daNpc_Gp1_c::setAnm_tex(signed char) {
    /* Nonmatching */
}

/* 000009A0-00000A78       .text setAnm_anm__11daNpc_Gp1_cFPQ211daNpc_Gp1_c9anm_prm_c */
void daNpc_Gp1_c::setAnm_anm(daNpc_Gp1_c::anm_prm_c*) {
    /* Nonmatching */
}

/* 00000A78-00000AE4       .text setAnm_NUM__11daNpc_Gp1_cFii */
void daNpc_Gp1_c::setAnm_NUM(int, int) {
    /* Nonmatching */
}

/* 00000AE4-00000B64       .text setAnm__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::setAnm() {
    /* Nonmatching */
}

/* 00000B64-00000B68       .text chg_anmTag__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::chg_anmTag() {
    /* Nonmatching */
}

/* 00000B68-00000B6C       .text control_anmTag__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::control_anmTag() {
    /* Nonmatching */
}

/* 00000B6C-00000BB0       .text chg_anmAtr__11daNpc_Gp1_cFUc */
void daNpc_Gp1_c::chg_anmAtr(unsigned char) {
    /* Nonmatching */
}

/* 00000BB0-00000D00       .text control_anmAtr__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::control_anmAtr() {
    /* Nonmatching */
}

/* 00000D00-00000D68       .text setAnm_ATR__11daNpc_Gp1_cFi */
void daNpc_Gp1_c::setAnm_ATR(int) {
    /* Nonmatching */
}

/* 00000D68-00000E2C       .text anmAtr__11daNpc_Gp1_cFUs */
void daNpc_Gp1_c::anmAtr(unsigned short) {
    /* Nonmatching */
}

/* 00000E2C-00000EC4       .text eventOrder__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::eventOrder() {
    /* Nonmatching */
}

/* 00000EC4-00000F5C       .text checkOrder__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::checkOrder() {
    /* Nonmatching */
}

/* 00000F5C-00001008       .text chk_talk__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::chk_talk() {
    /* Nonmatching */
}

/* 00001008-00001048       .text chk_partsNotMove__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::chk_partsNotMove() {
    /* Nonmatching */
}

/* 00001048-00001168       .text chk_forceTlkArea__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::chk_forceTlkArea() {
    /* Nonmatching */
}

/* 00001168-00001308       .text lookBack__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::lookBack() {
    /* Nonmatching */
}

/* 00001308-00001504       .text next_msgStatus__11daNpc_Gp1_cFPUl */
void daNpc_Gp1_c::next_msgStatus(unsigned long*) {
    /* Nonmatching */
}

/* 00001504-0000166C       .text getMsg_GP1_0__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::getMsg_GP1_0() {
    /* Nonmatching */
}

/* 0000166C-000016A8       .text getMsg__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::getMsg() {
    /* Nonmatching */
}

/* 000016A8-00001728       .text chkAttention__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::chkAttention() {
    /* Nonmatching */
}

/* 00001728-00001790       .text setAttention__11daNpc_Gp1_cFb */
void daNpc_Gp1_c::setAttention(bool) {
    /* Nonmatching */
}

/* 00001790-000017C4       .text searchByID__11daNpc_Gp1_cFUi */
void daNpc_Gp1_c::searchByID(fpc_ProcID) {
    /* Nonmatching */
}

/* 000017C4-00001874       .text partner_srch_sub__11daNpc_Gp1_cFPFPvPv_Pv */
void daNpc_Gp1_c::partner_srch_sub(void* (*)(void*, void*)) {
    /* Nonmatching */
}

/* 00001874-00001918       .text partner_srch__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::partner_srch() {
    /* Nonmatching */
}

/* 00001918-000019AC       .text ctrl_WAITanm__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::ctrl_WAITanm() {
    /* Nonmatching */
}

/* 000019AC-00001B1C       .text gp_movPass__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::gp_movPass() {
    /* Nonmatching */
}

/* 00001B1C-00001B80       .text gp_clcMovSpd__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::gp_clcMovSpd() {
    /* Nonmatching */
}

/* 00001B80-00001C40       .text gp_nMove__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::gp_nMove() {
    /* Nonmatching */
}

/* 00001C40-00001ED8       .text create_rupee__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::create_rupee() {
    /* Nonmatching */
}

/* 00001ED8-00001EF4       .text charDecide__11daNpc_Gp1_cFi */
void daNpc_Gp1_c::charDecide(int) {
    /* Nonmatching */
}

/* 00001EF4-00001F40       .text eInit_INI_KAERE_KAERE___11daNpc_Gp1_cFv */
void daNpc_Gp1_c::eInit_INI_KAERE_KAERE_() {
    /* Nonmatching */
}

/* 00001F40-00001F4C       .text eInit_END_KAERE_KAERE___11daNpc_Gp1_cFv */
void daNpc_Gp1_c::eInit_END_KAERE_KAERE_() {
    /* Nonmatching */
}

/* 00001F4C-00001FE0       .text event_actionInit__11daNpc_Gp1_cFi */
void daNpc_Gp1_c::event_actionInit(int) {
    /* Nonmatching */
}

/* 00001FE0-00001FF4       .text event_action__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::event_action() {
    /* Nonmatching */
}

/* 00001FF4-000020E0       .text privateCut__11daNpc_Gp1_cFi */
void daNpc_Gp1_c::privateCut(int) {
    /* Nonmatching */
}

/* 000020E0-00002100       .text endEvent__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::endEvent() {
    /* Nonmatching */
}

/* 00002100-00002138       .text isEventEntry__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::isEventEntry() {
    /* Nonmatching */
}

/* 00002138-00002268       .text event_proc__11daNpc_Gp1_cFi */
void daNpc_Gp1_c::event_proc(int) {
    /* Nonmatching */
}

/* 00002268-00002314       .text set_action__11daNpc_Gp1_cFM11daNpc_Gp1_cFPCvPvPv_iPv */
void daNpc_Gp1_c::set_action(int (daNpc_Gp1_c::*)(void*), void*) {
    /* Nonmatching */
}

/* 00002314-0000240C       .text setStt__11daNpc_Gp1_cFSc */
void daNpc_Gp1_c::setStt(signed char) {
    /* Nonmatching */
}

/* 0000240C-0000255C       .text wait_1__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::wait_1() {
    /* Nonmatching */
}

/* 0000255C-00002724       .text talk_1__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::talk_1() {
    /* Nonmatching */
}

/* 00002724-0000288C       .text walk_1__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::walk_1() {
    /* Nonmatching */
}

/* 0000288C-00002930       .text hair_1__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::hair_1() {
    /* Nonmatching */
}

/* 00002930-00002988       .text wait_2__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::wait_2() {
    /* Nonmatching */
}

/* 00002988-00002B2C       .text wait_action1__11daNpc_Gp1_cFPv */
void daNpc_Gp1_c::wait_action1(void*) {
    /* Nonmatching */
}

/* 00002B2C-00002C6C       .text demo__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::demo() {
    /* Nonmatching */
}

/* 00002C6C-00002E24       .text _draw__11daNpc_Gp1_cFv */
BOOL daNpc_Gp1_c::_draw() {
    /* Nonmatching */
}

/* 00002E24-00003008       .text _execute__11daNpc_Gp1_cFv */
BOOL daNpc_Gp1_c::_execute() {
    /* Nonmatching */
}

/* 00003008-00003064       .text _delete__11daNpc_Gp1_cFv */
BOOL daNpc_Gp1_c::_delete() {
    /* Nonmatching */
}

/* 00003064-00003084       .text CheckCreateHeap__FP10fopAc_ac_c */
static BOOL CheckCreateHeap(fopAc_ac_c*) {
    /* Nonmatching */
}

/* 00003084-000031A4       .text _create__11daNpc_Gp1_cFv */
cPhs_State daNpc_Gp1_c::_create() {
    /* Nonmatching */
}

/* 000035D4-00003844       .text create_Anm__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::create_Anm() {
    /* Nonmatching */
}

/* 00003844-000039A0       .text CreateHeap__11daNpc_Gp1_cFv */
void daNpc_Gp1_c::CreateHeap() {
    /* Nonmatching */
}

/* 000039A0-000039C0       .text daNpc_Gp1_Create__FP10fopAc_ac_c */
static cPhs_State daNpc_Gp1_Create(fopAc_ac_c* i_this) {
    return ((daNpc_Gp1_c*)i_this)->_create();
}

/* 000039C0-000039E0       .text daNpc_Gp1_Delete__FP11daNpc_Gp1_c */
static BOOL daNpc_Gp1_Delete(daNpc_Gp1_c* i_this) {
    return ((daNpc_Gp1_c*)i_this)->_delete();
}

/* 000039E0-00003A00       .text daNpc_Gp1_Execute__FP11daNpc_Gp1_c */
static BOOL daNpc_Gp1_Execute(daNpc_Gp1_c* i_this) {
    return ((daNpc_Gp1_c*)i_this)->_execute();
}

/* 00003A00-00003A20       .text daNpc_Gp1_Draw__FP11daNpc_Gp1_c */
static BOOL daNpc_Gp1_Draw(daNpc_Gp1_c* i_this) {
    return ((daNpc_Gp1_c*)i_this)->_draw();
}

/* 00003A20-00003A28       .text daNpc_Gp1_IsDelete__FP11daNpc_Gp1_c */
static BOOL daNpc_Gp1_IsDelete(daNpc_Gp1_c*) {
    return TRUE;
}

static actor_method_class l_daNpc_Gp1_Method = {
    (process_method_func)daNpc_Gp1_Create,
    (process_method_func)daNpc_Gp1_Delete,
    (process_method_func)daNpc_Gp1_Execute,
    (process_method_func)daNpc_Gp1_IsDelete,
    (process_method_func)daNpc_Gp1_Draw,
};

actor_process_profile_definition g_profile_NPC_GP1 = {
    /* Layer ID     */ fpcLy_CURRENT_e,
    /* List ID      */ 0x0007,
    /* List Prio    */ fpcPi_CURRENT_e,
    /* Proc Name    */ fpcNm_NPC_GP1_e,
    /* Proc SubMtd  */ &g_fpcLf_Method.base,
    /* Size         */ sizeof(daNpc_Gp1_c),
    /* Size Other   */ 0,
    /* Parameters   */ 0,
    /* Leaf SubMtd  */ &g_fopAc_Method.base,
    /* Draw Prio    */ fpcDwPi_NPC_GP1_e,
    /* Actor SubMtd */ &l_daNpc_Gp1_Method,
    /* Status       */ 0x07 | fopAcStts_SHOWMAP_e | fopAcStts_NOCULLEXEC_e | fopAcStts_CULL_e | fopAcStts_UNK40000_e,
    /* Group        */ fopAc_NPC_e,
    /* Cull Type    */ fopAc_CULLBOX_CUSTOM_e,
};