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
+4 -4
View File
@@ -1646,12 +1646,12 @@ bool jmessage_tMeasureProcessor::do_tag(u32 i_tag, void const* i_data, u32 i_siz
push_word(bomb_price_text);
return true;
case 0x37:
u8 bomb_type = NORMAL_BOMB;
u8 bomb_type = fpcNm_ITEM_NORMAL_BOMB;
if (*(u8*)i_data == 1) {
bomb_type = WATER_BOMB;
bomb_type = fpcNm_ITEM_WATER_BOMB;
} else if (*(u8*)i_data == 2) {
bomb_type = POKE_BOMB;
bomb_type = fpcNm_ITEM_POKE_BOMB;
}
char bomb_max_text[40];
@@ -3877,4 +3877,4 @@ SECTION_DATA extern void* __vt__19jmessage_tReference[4 + 1 /* padding */] = {
NULL,
};
/* 80399610-80399610 025C70 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */
/* 80399610-80399610 025C70 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */