Warps & Misc Documentation
This commit is contained in:
@@ -137,7 +137,7 @@ bool func_803012B8(f32 arg0, s32 arg1, s32 arg2){
|
||||
void func_803012F8(void) {
|
||||
D_80381EF0 = 1;
|
||||
D_80381F28 = 0.0f;
|
||||
func_803463D4(ITEM_14_HEALTH, 0);
|
||||
item_adjustByDiffWithHud(ITEM_14_HEALTH, 0);
|
||||
D_80381F04 = (f32) item_getCount(ITEM_14_HEALTH);
|
||||
}
|
||||
|
||||
@@ -170,7 +170,7 @@ void fxhealthscore_update(enum item_e item_id, struct8s *arg1) {
|
||||
if (D_80381F28 > 2.5) {
|
||||
D_80381EF0 = 2;
|
||||
}
|
||||
func_803463D4(ITEM_14_HEALTH, 0);
|
||||
item_adjustByDiffWithHud(ITEM_14_HEALTH, 0);
|
||||
break;
|
||||
|
||||
case 2:
|
||||
|
@@ -227,9 +227,9 @@ void fxhoneycarrierscore_update(s32 arg0, struct8s *arg1){
|
||||
D_803815C4 = func_8023DB5C();
|
||||
D_803815E4 = 0;
|
||||
D_803815E0 = 0.9999f;
|
||||
func_803463D4(ITEM_13_EMPTY_HONEYCOMB, -6);
|
||||
item_adjustByDiffWithHud(ITEM_13_EMPTY_HONEYCOMB, -6);
|
||||
timedFunc_set_2(0.25f, (GenFunction_2)func_8025A6EC, COMUSIC_2B_DING_B, 28000);
|
||||
func_803463D4(ITEM_14_HEALTH, 0);
|
||||
item_adjustByDiffWithHud(ITEM_14_HEALTH, 0);
|
||||
timedFunc_set_1(1.25f, (GenFunction_1)item_inc, ITEM_15_HEALTH_TOTAL);
|
||||
timedFunc_set_1(1.25f, (GenFunction_1)func_8030E484, SFX_3EA_UNKNOWN);
|
||||
timedFunc_set_2(1.25f, (GenFunction_2)item_set, ITEM_14_HEALTH, item_getCount(ITEM_15_HEALTH_TOTAL)+1);
|
||||
@@ -247,7 +247,7 @@ void fxhoneycarrierscore_update(s32 arg0, struct8s *arg1){
|
||||
break;
|
||||
}
|
||||
if(D_803815C0 == 1)
|
||||
func_803463D4(ITEM_13_EMPTY_HONEYCOMB, 0);
|
||||
item_adjustByDiffWithHud(ITEM_13_EMPTY_HONEYCOMB, 0);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user