mirror of
https://github.com/zeldaret/tp
synced 2026-08-19 05:52:31 -04:00
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:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user