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_a_itembase_static.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_a_itembase_static.cpp')
| -rw-r--r-- | src/d/d_a_itembase_static.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/d/d_a_itembase_static.cpp b/src/d/d_a_itembase_static.cpp index 876460634b..1fc19bef87 100644 --- a/src/d/d_a_itembase_static.cpp +++ b/src/d/d_a_itembase_static.cpp @@ -42,8 +42,6 @@ bool daItemBase_c::chkDead() { return cLib_checkBit<u8>(field_0x92b, 2); } -/* 80037B0C-80037B78 03244C 006C+00 0/0 0/0 1/1 .text CheckItemCreateHeap__FP10fopAc_ac_c - */ int CheckItemCreateHeap(fopAc_ac_c* i_this) { daItemBase_c* a_this = static_cast<daItemBase_c*>(i_this); @@ -54,7 +52,6 @@ int CheckItemCreateHeap(fopAc_ac_c* i_this) { dItem_data::getBrkName(item_no), dItem_data::getBtpName(item_no)); } -/* 80037B78-80037BE0 0324B8 0068+00 0/0 1/1 7/7 .text CheckFieldItemCreateHeap__FP10fopAc_ac_c */ int CheckFieldItemCreateHeap(fopAc_ac_c* i_this) { daItemBase_c* a_this = static_cast<daItemBase_c*>(i_this); @@ -66,7 +63,6 @@ int CheckFieldItemCreateHeap(fopAc_ac_c* i_this) { dItem_data::getItemBrkName(item_no), dItem_data::getItemBtpName(item_no)); } -/* 803792B0-803792E8 005910 0038+00 0/0 1/1 0/0 .rodata m_data__12daItemBase_c */ const daItemBase_data daItemBase_c::m_data = { -4.5f, // mGravity 0.62f, // mGroundReflect |
