summaryrefslogtreecommitdiff
path: root/src/d/d_throwstone.cpp
blob: c83faee21f6f4b1d53791430fc8585e92ace0e76 (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
//
// Generated by dtk
// Translation Unit: d_throwstone.cpp
//

#include "d/dolzel.h" // IWYU pragma: keep
#include "d/d_throwstone.h"
#include "res/Object/Aisi.h"
#include "f_op/f_op_actor.h"
#include "f_op/f_op_actor_mng.h"
#include "d/d_com_inf_game.h"
#include "d/d_demo.h"
#include "m_Do/m_Do_mtx.h"

const char daThrowstone_c::M_arcname[] = "Aisi";

/* 8023B544-8023B564       .text CheckCreateHeap__FP10fopAc_ac_c */
static BOOL CheckCreateHeap(fopAc_ac_c* i_actor) {
    daThrowstone_c* i_this = (daThrowstone_c*)i_actor;
    return i_this->CreateHeap();
}

/* 8023B564-8023B5DC       .text CreateHeap__14daThrowstone_cFv */
BOOL daThrowstone_c::CreateHeap() {
    J3DModelData* pModelData = (J3DModelData*)dComIfG_getObjectRes(M_arcname, dRes_INDEX_AISI_BDL_AISI_e);
    if (pModelData == NULL)
        return FALSE;

    mpModel = mDoExt_J3DModel__create(pModelData, 0x80000, 0x11000002);
    return (mpModel != NULL) ? TRUE : FALSE;
}

cPhs_State daThrowstone_c::_create() {
    cPhs_State result = dComIfG_resLoad(&mPhs, M_arcname);

    if (result == cPhs_COMPLEATE_e) {
        fopAcM_ct(this, daThrowstone_c);

        if (!fopAcM_entrySolidHeap(this, CheckCreateHeap, 0x4C0)) {
            result = cPhs_ERROR_e;
        } else {
            mDoMtx_stack_c::transS(current.pos);
            mDoMtx_stack_c::YrotM(shape_angle.y);
            mDoMtx_stack_c::scaleM(scale);

            mDoMtx_copy(mDoMtx_stack_c::get(), mMtx);
            fopAcM_SetMtx(this, mpModel->getBaseTRMtx());

            mDoMtx_copy(mpModel->getBaseTRMtx(), mMtx);
        }
    }

    return result;
}

/* 8023B5DC-8023B6DC       .text daThrowstoneCreate__FPv */
static cPhs_State daThrowstoneCreate(void* ptr) {
    return ((daThrowstone_c*)ptr)->_create();
}

bool daThrowstone_c::_delete() {
    dComIfG_resDeleteDemo(&mPhs, M_arcname);
    return TRUE;
}

/* 8023B6DC-8023B708       .text daThrowstoneDelete__FPv */
static BOOL daThrowstoneDelete(void* ptr) {
    return ((daThrowstone_c*)ptr)->_delete();
}

bool daThrowstone_c::_execute() {
    dDemo_setDemoData(
        this,
        dDemo_actor_c::ENABLE_TRANS_e | dDemo_actor_c::ENABLE_ROTATE_e | dDemo_actor_c::ENABLE_ANM_e | dDemo_actor_c::ENABLE_ANM_FRAME_e,
        NULL, NULL
    );

    mpModel->setBaseScale(scale);
    mDoMtx_stack_c::transS(current.pos);
    mDoMtx_stack_c::ZXYrotM(shape_angle);

    mpModel->setBaseTRMtx(mDoMtx_stack_c::get());
    mDoMtx_copy(mDoMtx_stack_c::get(), mMtx);

    return FALSE;
}

/* 8023B708-8023B7C4       .text daThrowstoneExecute__FPv */
static BOOL daThrowstoneExecute(void* ptr) {
    return ((daThrowstone_c*)ptr)->_execute();
}

bool daThrowstone_c::_draw() {
    if (!dComIfGs_isEventBit(dSv_event_flag_c::UNK_0310))
        return TRUE;

    g_env_light.settingTevStruct(TEV_TYPE_ACTOR, &current.pos, &tevStr);
    g_env_light.setLightTevColorType(mpModel, &tevStr);
    mDoExt_modelUpdateDL(mpModel);

    return TRUE;
}

/* 8023B7C4-8023B858       .text daThrowstoneDraw__FPv */
static BOOL daThrowstoneDraw(void* ptr) {
    return ((daThrowstone_c*)ptr)->_draw();
}

/* 8023B858-8023B860       .text daThrowstoneIsDelete__FPv */
static BOOL daThrowstoneIsDelete(void*) {
    return TRUE;
}

static actor_method_class daThrowstoneMethodTable = {
    (process_method_func)daThrowstoneCreate,
    (process_method_func)daThrowstoneDelete,
    (process_method_func)daThrowstoneExecute,
    (process_method_func)daThrowstoneIsDelete,
    (process_method_func)daThrowstoneDraw,
};

actor_process_profile_definition g_profile_THROWSTONE = {
    /* Layer ID     */ fpcLy_CURRENT_e,
    /* List ID      */ 0x0002,
    /* List Prio    */ fpcPi_CURRENT_e,
    /* Proc Name    */ fpcNm_THROWSTONE_e,
    /* Proc SubMtd  */ &g_fpcLf_Method.base,
    /* Size         */ sizeof(daThrowstone_c),
    /* Size Other   */ 0,
    /* Parameters   */ 0,
    /* Leaf SubMtd  */ &g_fopAc_Method.base,
    /* Draw Prio    */ fpcDwPi_THROWSTONE_e,
    /* Actor SubMtd */ &daThrowstoneMethodTable,
    /* Status       */ fopAcStts_CULL_e | fopAcStts_UNK40000_e,
    /* Group        */ fopAc_ACTOR_e,
    /* Cull Type    */ fopAc_CULLBOX_0_e,
};