mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 13:35:35 -04:00
This commit is contained in:
+17
-17
@@ -10,7 +10,7 @@
|
||||
#include "m_Do/m_Do_lib.h"
|
||||
#include "d/d_com_inf_game.h"
|
||||
#include "d/d_menu_insect.h"
|
||||
#include "d/d_procname.h"
|
||||
#include "f_pc/f_pc_name.h"
|
||||
#include "f_op/f_op_camera_mng.h"
|
||||
#include <cstring>
|
||||
|
||||
@@ -261,7 +261,7 @@ void daObjDAN_c::Insect_Release() {
|
||||
mAction = ACT_MOVE;
|
||||
}
|
||||
|
||||
static u8 const l_dan_itemno[2] = {fpcNm_ITEM_M_DANGOMUSHI, fpcNm_ITEM_F_DANGOMUSHI};
|
||||
static u8 const l_dan_itemno[2] = {dItemNo_M_DANGOMUSHI_e, dItemNo_F_DANGOMUSHI_e};
|
||||
|
||||
void daObjDAN_c::Z_BufferChk() {
|
||||
cXyz vec2, vec1;
|
||||
@@ -515,7 +515,7 @@ cPhs_Step daObjDAN_c::create() {
|
||||
if (mLocation == LOC_UNK_2) {
|
||||
field_0x56c = 0;
|
||||
shape_angle.x -= 0x2000;
|
||||
fopAcM_OnStatus(this, 0x4000);
|
||||
fopAcM_OnStatus(this, fopAcStts_UNK_0x4000_e);
|
||||
} else {
|
||||
mDraw = true;
|
||||
}
|
||||
@@ -603,18 +603,18 @@ static actor_method_class l_daObjDAN_Method = {
|
||||
};
|
||||
|
||||
actor_process_profile_definition g_profile_Obj_Dan = {
|
||||
fpcLy_CURRENT_e,
|
||||
7,
|
||||
fpcPi_CURRENT_e,
|
||||
PROC_Obj_Dan,
|
||||
&g_fpcLf_Method.base,
|
||||
sizeof(daObjDAN_c),
|
||||
0,
|
||||
0,
|
||||
&g_fopAc_Method.base,
|
||||
0x1E1,
|
||||
&l_daObjDAN_Method,
|
||||
0xC0120,
|
||||
fopAc_ENV_e,
|
||||
fopAc_CULLBOX_CUSTOM_e,
|
||||
/* Layer ID */ fpcLy_CURRENT_e,
|
||||
/* List ID */ 7,
|
||||
/* List Prio */ fpcPi_CURRENT_e,
|
||||
/* Proc Name */ fpcNm_Obj_Dan_e,
|
||||
/* Proc SubMtd */ &g_fpcLf_Method.base,
|
||||
/* Size */ sizeof(daObjDAN_c),
|
||||
/* Size Other */ 0,
|
||||
/* Parameters */ 0,
|
||||
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
||||
/* Draw Prio */ fpcDwPi_Obj_Dan_e,
|
||||
/* Actor SubMtd */ &l_daObjDAN_Method,
|
||||
/* Status */ fopAcStts_UNK_0x80000_e | fopAcStts_UNK_0x40000_e | fopAcStts_CULL_e | fopAcStts_UNK_0x20_e,
|
||||
/* Group */ fopAc_ENV_e,
|
||||
/* Cull Type */ fopAc_CULLBOX_CUSTOM_e,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user