Skip to content

Commit

Permalink
Update vars
Browse files Browse the repository at this point in the history
  • Loading branch information
KEKW555 authored Dec 1, 2023
1 parent 17aef53 commit 3f94c02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/object/figurineDevice.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,17 +498,17 @@ bool32 sub_08088160(FigurineDeviceEntity* this, s32 param_2) {
switch (ptr->unk_6) {
case 0x8:
case 0x40:
if (CheckLocalFlagByBank(ptr->unk_0, ptr->unk_4))
if (CheckLocalFlagByBank(ptr->bank, ptr->flag))
result = TRUE;
break;
case 0x10:
if (CheckKinstoneFused(ptr->unk_4))
if (CheckKinstoneFused(ptr->flag))
result = TRUE;
break;
default:
break;
case 0x20:
switch (ptr->unk_4) {
switch (ptr->flag) {
case 0:
if (CheckKinstoneFused(KINSTONE_20) || CheckKinstoneFused(KINSTONE_10)) {
result = TRUE;
Expand Down

0 comments on commit 3f94c02

Please sign in to comment.