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:
@@ -13,10 +13,10 @@
|
||||
|
||||
struct request_of_phase_process_class {};
|
||||
|
||||
struct csXyz {};
|
||||
|
||||
struct cXyz {};
|
||||
|
||||
struct csXyz {};
|
||||
|
||||
struct mDoMtx_stack_c {
|
||||
/* 8000CD64 */ void transS(cXyz const&);
|
||||
/* 8000CF44 */ void ZXYrotM(csXyz const&);
|
||||
@@ -103,8 +103,6 @@ static void daObjIce_s_Execute(daObjIce_s_c*);
|
||||
static bool daObjIce_s_IsDelete(daObjIce_s_c*);
|
||||
static void daObjIce_s_Delete(daObjIce_s_c*);
|
||||
static void daObjIce_s_Create(fopAc_ac_c*);
|
||||
extern "C" extern char const* const stringBase0;
|
||||
extern "C" extern void* g_profile_Obj_Ice_s[12];
|
||||
|
||||
extern "C" void __ct__17daOBJ_ICE_S_HIO_cFv();
|
||||
extern "C" void RideOn_Angle__12daObjIce_s_cFRsfsf();
|
||||
@@ -149,16 +147,6 @@ void cLib_chaseF(f32*, f32, f32);
|
||||
void cLib_chaseAngleS(s16*, s16, s16);
|
||||
void cLib_targetAngleY(Vec const*, Vec const*);
|
||||
void operator delete(void*);
|
||||
extern "C" extern void* g_fopAc_Method[8];
|
||||
extern "C" extern void* g_fpcLf_Method[5 + 1 /* padding */];
|
||||
extern "C" extern void* __vt__9dCcD_Stts[11];
|
||||
extern "C" extern void* __vt__9cCcD_Stts[8];
|
||||
extern "C" extern u8 now__14mDoMtx_stack_c[48];
|
||||
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 sincosTable___5JMath[65536];
|
||||
extern "C" extern u32 __float_nan;
|
||||
|
||||
extern "C" void transS__14mDoMtx_stack_cFRC4cXyz();
|
||||
extern "C" void ZXYrotM__14mDoMtx_stack_cFRC5csXyz();
|
||||
|
||||
@@ -19,10 +19,6 @@ extern "C" void _unresolved();
|
||||
// External References:
|
||||
//
|
||||
|
||||
extern void* const data_80C21AE4[2];
|
||||
#pragma section ".dtors$10"
|
||||
__declspec(section ".dtors$10") extern void* const __destroy_global_chain_reference;
|
||||
|
||||
extern "C" void ModuleProlog();
|
||||
extern "C" void ModuleEpilog();
|
||||
extern "C" void ModuleUnresolved();
|
||||
|
||||
@@ -11,10 +11,6 @@
|
||||
// Forward References:
|
||||
//
|
||||
|
||||
#pragma section ".dtors$10"
|
||||
__declspec(section ".dtors$10") extern void* const __destroy_global_chain_reference;
|
||||
extern void* const pad_80C21AF0[2];
|
||||
|
||||
extern "C" void __register_global_object();
|
||||
extern "C" static void __destroy_global_chain();
|
||||
#pragma section ".dtors$10"
|
||||
@@ -36,6 +32,12 @@ __declspec(section ".dtors$10") void* const __destroy_global_chain_reference = (
|
||||
__destroy_global_chain;
|
||||
|
||||
#pragma section ".dtors$15"
|
||||
/* 80C21AF0-80C21AF8 0008+00 s=0 e=0 z=0 None .dtors None */
|
||||
void* const pad_80C21AF0[2] = {
|
||||
(void*)__destroy_global_chain,
|
||||
(void*)NULL,
|
||||
};
|
||||
|
||||
/* ############################################################################################## */
|
||||
/* 80C21C30-80C21C38 0004+04 s=2 e=0 z=0 None .bss __global_destructor_chain */
|
||||
static u8 __global_destructor_chain[4 + 4 /* padding */];
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
|
||||
extern void* const data_80C21AE4[2];
|
||||
|
||||
extern void* const data_80C21AE4[2];
|
||||
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
@@ -27,3 +25,8 @@ extern "C" void __sinit_d_a_obj_ice_s_cpp();
|
||||
|
||||
/* ############################################################################################## */
|
||||
#pragma section ".ctors$10"
|
||||
/* 80C21AE4-80C21AEC 0008+00 s=0 e=1 z=0 None .ctors None */
|
||||
void* const data_80C21AE4[2] = {
|
||||
(void*)__sinit_d_a_obj_ice_s_cpp,
|
||||
(void*)NULL,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user