tbox/camera/d_bg_w_kcol work and cleanup (#2262)

* some camera/tbox cleanup

* d_bg_w_kcol work

* make item name enum better
This commit is contained in:
TakaRikka
2024-12-10 08:46:19 -08:00
committed by GitHub
parent 3fa6b50e6a
commit 8d73439554
100 changed files with 4161 additions and 3958 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ dInsect_c::dInsect_c() {
field_0x56C = 0;
mDraw = true;
m_mode = 0;
m_itemNo = M_MAYFLY;
m_itemNo = fpcNm_ITEM_M_MAYFLY;
field_0x584 = 0;
field_0x585 = 0;
}
@@ -80,7 +80,7 @@ void dInsect_c::Insect_GetDemoMain() {
mDraw = true;
m_mode = 0;
if (field_0x584 == 0) {
fopAcM_createItem(&current.pos, HEART, -1, -1, NULL, NULL, 0);
fopAcM_createItem(&current.pos, fpcNm_ITEM_HEART, -1, -1, NULL, NULL, 0);
field_0x584 = 1;
}
} else {