Renaming boolean values

This commit is contained in:
Nabnut
2024-09-19 12:31:53 +02:00
parent 17f1f826b5
commit 4f714c2d5a
27 changed files with 130 additions and 104 deletions

View File

@@ -402,9 +402,11 @@ void func_803197AC(s32 arg0){
item_set(ITEM_6_HOURGLASS, TRUE);
D_803830E0->unk15 = 0;
D_803830E0->unk13 = 1U;
for(i = 1; i < 4; i++){
func_80319758(i, (i == D_803830E0->unk13) ? TRUE : FALSE);
for (i = 1; i < 4; i++) {
func_80319758(i, BOOL(i == D_803830E0->unk13));
}
break;
case 7: //80319C0C