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
|
//
// Generated by dtk
// Translation Unit: d_a_waterfall.cpp
//
#include "d/dolzel_rel.h" // IWYU pragma: keep
#include "d/actor/d_a_waterfall.h"
/* 00000078-000000F0 .text _delete__9daWfall_cFv */
bool daWfall_c::_delete() {
/* Nonmatching */
}
/* 000000F0-00000110 .text CheckCreateHeap__FP10fopAc_ac_c */
static BOOL CheckCreateHeap(fopAc_ac_c*) {
/* Nonmatching */
}
/* 00000110-0000048C .text CreateHeap__9daWfall_cFv */
void daWfall_c::CreateHeap() {
/* Nonmatching */
}
/* 0000048C-00000708 .text CreateInit__9daWfall_cFv */
void daWfall_c::CreateInit() {
/* Nonmatching */
}
/* 00000708-00000838 .text _create__9daWfall_cFv */
cPhs_State daWfall_c::_create() {
/* Nonmatching */
}
/* 00000938-000009B8 .text set_mtx__9daWfall_cFv */
void daWfall_c::set_mtx() {
/* Nonmatching */
}
/* 000009B8-00000A1C .text set_gate_mtx__9daWfall_cFv */
void daWfall_c::set_gate_mtx() {
/* Nonmatching */
}
/* 00000A1C-00000AD0 .text set_minamo_mtx__9daWfall_cFv */
void daWfall_c::set_minamo_mtx() {
/* Nonmatching */
}
/* 00000AD0-00000C94 .text _execute__9daWfall_cFv */
bool daWfall_c::_execute() {
/* Nonmatching */
}
/* 00000C94-00000D20 .text mode_proc_call__9daWfall_cFv */
void daWfall_c::mode_proc_call() {
/* Nonmatching */
}
/* 00000D20-00000D48 .text mode_wtr_on_init__9daWfall_cFv */
void daWfall_c::mode_wtr_on_init() {
/* Nonmatching */
}
/* 00000D48-00000DEC .text mode_wtr_on__9daWfall_cFv */
void daWfall_c::mode_wtr_on() {
/* Nonmatching */
}
/* 00000DEC-00000E14 .text mode_wtr_off_init__9daWfall_cFv */
void daWfall_c::mode_wtr_off_init() {
/* Nonmatching */
}
/* 00000E14-00000EE8 .text mode_wtr_off__9daWfall_cFv */
void daWfall_c::mode_wtr_off() {
/* Nonmatching */
}
/* 00000EE8-00000FF0 .text setEmitter00Pos__9daWfall_cFv */
void daWfall_c::setEmitter00Pos() {
/* Nonmatching */
}
/* 00000FF0-00001098 .text setEmitter01Pos__9daWfall_cFv */
void daWfall_c::setEmitter01Pos() {
/* Nonmatching */
}
/* 00001098-000010D8 .text getWaterScaleFromGatePos__9daWfall_cFv */
void daWfall_c::getWaterScaleFromGatePos() {
/* Nonmatching */
}
/* 000010D8-0000124C .text getWaterHeight__9daWfall_cFv */
void daWfall_c::getWaterHeight() {
/* Nonmatching */
}
/* 00001370-000013E0 .text set_se__9daWfall_cFv */
void daWfall_c::set_se() {
/* Nonmatching */
}
/* 000013E0-00001400 .text daWfall_Create__FPv */
static cPhs_State daWfall_Create(void* i_this) {
return ((daWfall_c*)i_this)->_create();
}
/* 00001400-00001424 .text daWfall_Delete__FPv */
static BOOL daWfall_Delete(void* i_this) {
return ((daWfall_c*)i_this)->_delete();
}
/* 00001424-00001550 .text daWfall_Draw__FPv */
static BOOL daWfall_Draw(void*) {
/* Nonmatching */
}
/* 00001550-00001574 .text daWfall_Execute__FPv */
static BOOL daWfall_Execute(void* i_this) {
return ((daWfall_c*)i_this)->_execute();
}
/* 00001574-0000157C .text daWfall_IsDelete__FPv */
static BOOL daWfall_IsDelete(void*) {
return TRUE;
}
static actor_method_class daWfallMethodTable = {
(process_method_func)daWfall_Create,
(process_method_func)daWfall_Delete,
(process_method_func)daWfall_Execute,
(process_method_func)daWfall_IsDelete,
(process_method_func)daWfall_Draw,
};
actor_process_profile_definition g_profile_WATERFALL = {
/* Layer ID */ fpcLy_CURRENT_e,
/* List ID */ 0x0007,
/* List Prio */ fpcPi_CURRENT_e,
/* Proc Name */ fpcNm_WATERFALL_e,
/* Proc SubMtd */ &g_fpcLf_Method.base,
/* Size */ sizeof(daWfall_c),
/* Size Other */ 0,
/* Parameters */ 0,
/* Leaf SubMtd */ &g_fopAc_Method.base,
/* Draw Prio */ fpcDwPi_WATERFALL_e,
/* Actor SubMtd */ &daWfallMethodTable,
/* Status */ fopAcStts_CULL_e | fopAcStts_UNK4000_e | fopAcStts_UNK40000_e,
/* Group */ fopAc_ACTOR_e,
/* Cull Type */ fopAc_CULLBOX_CUSTOM_e,
};
|