mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
re-generate with bug fixes
This commit is contained in:
@@ -54,10 +54,10 @@ struct dBgW {
|
||||
/* 8007B9C0 */ void Move();
|
||||
};
|
||||
|
||||
struct cCcD_Obj {};
|
||||
|
||||
struct J3DModel {};
|
||||
|
||||
struct cCcD_Obj {};
|
||||
|
||||
struct daBgObj_c {
|
||||
struct spec_data_c {
|
||||
/* 804597E8 */ void initParticleBlock(u8*);
|
||||
@@ -283,8 +283,6 @@ static void daBgObj_create1st(daBgObj_c*);
|
||||
static void daBgObj_MoveBGDelete(daBgObj_c*);
|
||||
static void daBgObj_MoveBGExecute(daBgObj_c*);
|
||||
static void daBgObj_MoveBGDraw(daBgObj_c*);
|
||||
extern "C" extern u32 lit_1787[1 + 4 /* padding */];
|
||||
extern "C" extern void* g_profile_BG_OBJ[12];
|
||||
|
||||
extern "C" static void getBmdName__Fii();
|
||||
extern "C" static void getBtkName__Fii();
|
||||
@@ -376,22 +374,6 @@ void cM_atan2s(f32, f32);
|
||||
void* operator new(u32);
|
||||
void operator delete(void*);
|
||||
void J3DGetTranslateRotateMtx(J3DTransformInfo const&, f32 (*)[4]);
|
||||
extern "C" extern void* g_fopAc_Method[8];
|
||||
extern "C" extern void* g_fpcLf_Method[5 + 1 /* padding */];
|
||||
extern "C" extern void* __vt__8dCcD_Cyl[36];
|
||||
extern "C" extern void* __vt__8dCcD_Tri[36];
|
||||
extern "C" extern void* __vt__9dCcD_Stts[11];
|
||||
extern "C" extern void* __vt__12cCcD_CylAttr[25];
|
||||
extern "C" extern void* __vt__12cCcD_TriAttr[25];
|
||||
extern "C" extern void* __vt__14cCcD_ShapeAttr[22];
|
||||
extern "C" extern void* __vt__9cCcD_Stts[8];
|
||||
extern "C" extern u8 now__14mDoMtx_stack_c[48];
|
||||
extern "C" extern u8 mStatus__20dStage_roomControl_c[65792];
|
||||
extern "C" extern u8 g_dComIfG_gameInfo[122384];
|
||||
extern "C" extern u8 g_env_light[4880];
|
||||
extern "C" extern u8 j3dSys[284];
|
||||
extern "C" extern u8 mEcallback__18dPa_modelEcallBack[4];
|
||||
extern "C" extern u8 mAudioMgrPtr__10Z2AudioMgr[4 + 4 /* padding */];
|
||||
|
||||
extern "C" void OSReport_Error();
|
||||
extern "C" void mDoMtx_YrotS__FPA4_fs();
|
||||
|
||||
@@ -19,9 +19,6 @@ extern "C" void _unresolved();
|
||||
// External References:
|
||||
//
|
||||
|
||||
extern void* const data_8045C9AC[2];
|
||||
extern u8 const data_8045C9B4[4];
|
||||
|
||||
extern "C" void ModuleProlog();
|
||||
extern "C" void ModuleEpilog();
|
||||
extern "C" void ModuleUnresolved();
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
|
||||
extern void* const data_8045C9AC[2];
|
||||
|
||||
extern void* const data_8045C9AC[2];
|
||||
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
@@ -27,3 +25,8 @@ extern "C" void __sinit_d_a_bg_obj_cpp();
|
||||
|
||||
/* ############################################################################################## */
|
||||
#pragma section ".ctors$10"
|
||||
/* 8045C9AC-8045C9B4 0008+00 s=0 e=1 z=0 None .ctors None */
|
||||
void* const data_8045C9AC[2] = {
|
||||
(void*)__sinit_d_a_bg_obj_cpp,
|
||||
(void*)NULL,
|
||||
};
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
|
||||
extern u8 const data_8045C9B4[4];
|
||||
|
||||
extern u8 const data_8045C9B4[4];
|
||||
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
@@ -26,3 +24,10 @@ extern u8 const data_8045C9B4[4];
|
||||
/* ############################################################################################## */
|
||||
#pragma section ".dtors$10"
|
||||
#pragma section ".dtors$15"
|
||||
/* 8045C9B4-8045C9B8 0004+00 s=0 e=1 z=0 None .dtors None */
|
||||
u8 const data_8045C9B4[4] = {
|
||||
0x00,
|
||||
0x00,
|
||||
0x00,
|
||||
0x00,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user