label TTC actors

This commit is contained in:
Banjo Kazooie
2023-01-31 13:47:47 -06:00
parent 0be5904e28
commit e05358d82f
36 changed files with 208 additions and 179 deletions

View File

@@ -34,7 +34,7 @@ s32 func_802FFDE0(s32 arg0){
s32 func_802FFE04(void){
s32 v1;
v1 = (5 < itemPrint_getValue(ITEM_14_HEALTH)) ? 5 : itemPrint_getValue(ITEM_14_HEALTH);
v1 = MIN(5 , itemPrint_getValue(ITEM_14_HEALTH));
return (5 - v1)*4;
}