mirror of
https://github.com/zeldaret/tp
synced 2026-05-25 23:35:23 -04:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user