Setup d_a_obj Actors (#2161)

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* finish

* add class comments

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* finish

* add class comments

* rm duplicate comments

* fix build
This commit is contained in:
Pheenoh
2024-05-29 01:49:10 -06:00
committed by GitHub
parent 7c7bc7fbd0
commit 2e7510db5f
634 changed files with 17956 additions and 37461 deletions
@@ -1,32 +1,26 @@
//
// Generated By: dol2asm
// Translation Unit: d_a_obj_testcube
//
/**
* @file d_a_obj_testcube.cpp
*
*/
#include "rel/d/a/obj/d_a_obj_testcube/d_a_obj_testcube.h"
#include "dol2asm.h"
//
// Forward References:
//
extern "C" extern void* g_profile_Obj_TestCube[12];
//
// External References:
//
extern "C" extern void* g_fopAc_Method[8];
extern "C" extern void* g_fpcLf_Method[5 + 1 /* padding */];
//
// Declarations:
//
/* ############################################################################################## */
/* 80D0BB60-80D0BB90 -00001 0030+00 0/0 0/0 1/0 .data g_profile_Obj_TestCube */
SECTION_DATA extern void* g_profile_Obj_TestCube[12] = {
(void*)0xFFFFFFFD, (void*)0x0003FFFD, (void*)0x00540000, (void*)&g_fpcLf_Method,
(void*)0x000005A0, (void*)NULL, (void*)NULL, (void*)&g_fopAc_Method,
(void*)0x01BA0000, (void*)NULL, (void*)0x00040100, (void*)0x000E0000,
extern actor_process_profile_definition g_profile_Obj_TestCube = {
fpcLy_CURRENT_e, // mLayerID
3, // mListID
fpcPi_CURRENT_e, // mListPrio
PROC_Obj_TestCube, // mProcName
&g_fpcLf_Method.mBase, // sub_method
0x000005A0, // mSize
0, // mSizeOther
0, // mParameters
&g_fopAc_Method.base, // sub_method
442, // mPriority
NULL, // sub_method
0x00040100, // mStatus
fopAc_ACTOR_e, // mActorType
fopAc_CULLBOX_CUSTOM_e, // cullType
};