mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-12 11:22:00 -04:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user