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_item.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_item.cpp')
| -rw-r--r-- | src/d/d_item.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/d/d_item.cpp b/src/d/d_item.cpp index 5904db9892..de029c6352 100644 --- a/src/d/d_item.cpp +++ b/src/d/d_item.cpp @@ -771,7 +771,6 @@ void item_func_HAWK_EYE() { dComIfGs_setItem(SLOT_5, fpcNm_ITEM_HAWK_EYE); } -/* 800986C4-80098718 093004 0054+00 1/0 0/0 0/0 .text item_func_WOOD_STICK__Fv */ void item_func_WOOD_STICK() { dComIfGs_setCollectSword(COLLECT_WOODEN_SWORD); dComIfGs_setSelectEquipSword(fpcNm_ITEM_WOOD_STICK); @@ -1481,7 +1480,6 @@ int item_getcheck_func_LIGHT_SWORD() { return dComIfGs_isCollectSword(COLLECT_LIGHT_SWORD); } -/* 8009A0C8-8009A1FC 094A08 0134+00 7/6 0/0 0/0 .text item_getcheck_func_FISHING_ROD_1__Fv */ int item_getcheck_func_FISHING_ROD_1() { return (dComIfGs_getItem(SLOT_20, true) == fpcNm_ITEM_FISHING_ROD_1 || dComIfGs_getItem(SLOT_20, true) == fpcNm_ITEM_BEE_ROD || @@ -2000,7 +1998,6 @@ int isArrow(u8 i_itemNo) { return is_arrow; } -/* 8009B708-8009B77C 096048 0074+00 0/0 4/4 1/1 .text isBottleItem__FUc */ BOOL isBottleItem(u8 i_itemNo) { switch (i_itemNo) { case fpcNm_ITEM_OIL_BOTTLE3: @@ -2127,7 +2124,6 @@ u8 check_itemno(int i_itemNo) { return i_itemNo; } -/* 8009B940-8009BBD8 096280 0298+00 11/11 0/0 0/0 .text addBombCount__FUcUc */ int addBombCount(u8 i_bombType, u8 i_addNum) { u8 bombType[3]; int bombNum[3]; @@ -2190,5 +2186,4 @@ int addBombCount(u8 i_bombType, u8 i_addNum) { return i_addNum; } -/* 80450F90-80450F98 000490 0004+04 0/0 2/2 0/0 .sbss mData__12dEnemyItem_c */ u8* dEnemyItem_c::mData; |
