diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-11-30 14:23:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-30 15:23:42 -0700 |
| commit | a6e76c0841cae03cae0c0e6ac75c32f979043093 (patch) | |
| tree | 76b5f590c59c6abdf2c80d0a3d5c0ccb31ebd0fe /src/d/d_k_wpillar.cpp | |
| parent | 434415337d268e405b09f6b72935a7e918e4cfe7 (diff) | |
project cleanup (#2895)
* some wii OS fixes
* remove old dol2asm comments
* remove dol2asm.h
* remove function address comments
* normalize ATTRIBUTE_ALIGN usage
* DECL_WEAK macro
* fix gcc attribute weak macro
* wrap more mwcc specific things in ifdefs
* fixes
* fix revo sdk version flags
* fixes
Diffstat (limited to 'src/d/d_k_wpillar.cpp')
| -rw-r--r-- | src/d/d_k_wpillar.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/d/d_k_wpillar.cpp b/src/d/d_k_wpillar.cpp index a29045a718..f2d8cd5a3e 100644 --- a/src/d/d_k_wpillar.cpp +++ b/src/d/d_k_wpillar.cpp @@ -1,8 +1,3 @@ -// -// Generated By: dol2asm -// Translation Unit: d/d_k_wpillar -// - #include "d/dolzel.h" // IWYU pragma: keep #include "d/d_k_wpillar.h" @@ -10,10 +5,8 @@ #include "d/d_procname.h" #include "f_op/f_op_actor_mng.h" -/* 80454FF0-80454FF8 0035F0 0007+01 1/1 0/0 0/0 .sdata2 l_arcName */ static const char l_arcName[] = "Always"; -/* 80261B54-80261F04 25C494 03B0+00 1/1 0/0 0/0 .text create__11dkWpillar_cFv */ int dkWpillar_c::create() { new (this) dkWpillar_c(); @@ -81,27 +74,21 @@ int dkWpillar_c::create() { return cPhs_COMPLEATE_e; } -/* 80261F04-80261F24 25C844 0020+00 1/0 0/0 0/0 .text dkWpillar_Create__FP12kankyo_class - */ static int dkWpillar_Create(kankyo_class* i_this) { return static_cast<dkWpillar_c*>(i_this)->create(); } -/* 80261F24-80261FEC 25C864 00C8+00 1/1 0/0 0/0 .text __dt__11dkWpillar_cFv */ dkWpillar_c::~dkWpillar_c() { if (mpHeap != NULL) { mDoExt_destroySolidHeap(mpHeap); } } -/* 80261FEC-80262014 25C92C 0028+00 1/0 0/0 0/0 .text dkWpillar_Delete__FP11dkWpillar_c - */ static int dkWpillar_Delete(dkWpillar_c* i_this) { i_this->~dkWpillar_c(); return 1; } -/* 80262014-802620A8 25C954 0094+00 1/1 0/0 0/0 .text execute__11dkWpillar_cFv */ int dkWpillar_c::execute() { mBck.play(); @@ -118,13 +105,10 @@ int dkWpillar_c::execute() { return 1; } -/* 802620A8-802620C8 25C9E8 0020+00 1/0 0/0 0/0 .text dkWpillar_Execute__FP11dkWpillar_c - */ static int dkWpillar_Execute(dkWpillar_c* i_this) { return i_this->execute(); } -/* 802620C8-802621AC 25CA08 00E4+00 1/1 0/0 0/0 .text draw__11dkWpillar_cFv */ int dkWpillar_c::draw() { g_env_light.settingTevStruct(0x10, &pos, &mTevstr); g_env_light.setLightTevColorType_MAJI(mpModel, &mTevstr); @@ -138,20 +122,16 @@ int dkWpillar_c::draw() { return 1; } -/* 802621AC-802621CC 25CAEC 0020+00 1/0 0/0 0/0 .text dkWpillar_Draw__FP11dkWpillar_c */ static int dkWpillar_Draw(dkWpillar_c* i_this) { return i_this->draw(); } -/* ############################################################################################## */ -/* 803C3470-803C3484 -00001 0014+00 1/0 0/0 0/0 .data l_dkWpillar_Method */ static leafdraw_method_class l_dkWpillar_Method = { (process_method_func)dkWpillar_Create, (process_method_func)dkWpillar_Delete, (process_method_func)dkWpillar_Execute, (process_method_func)NULL, (process_method_func)dkWpillar_Draw, }; -/* 803C3484-803C34B0 -00001 0028+04 0/0 0/0 1/0 .data g_profile_WPILLAR */ extern kankyo_process_profile_definition g_profile_WPILLAR = { fpcLy_CURRENT_e, 9, |
