Skip to content

Commit

Permalink
Revert field names
Browse files Browse the repository at this point in the history
  • Loading branch information
KEKW555 committed Dec 1, 2023
1 parent c2f535f commit 71f3cfc
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 @@ -500,17 +500,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) {
#if defined(JP) || defined(EU)
case 0:
if (CheckKinstoneFused(KINSTONE_20) || CheckKinstoneFused(KINSTONE_10) ||
Expand Down

0 comments on commit 71f3cfc

Please sign in to comment.