Skip to content

Commit

Permalink
Update kinstoneMenu.c
Browse files Browse the repository at this point in the history
changed the names for the unknowns
  • Loading branch information
ThothWhatsThis committed Nov 30, 2023
1 parent 461f5bb commit 09e6ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/menu/kinstoneMenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ void KinstoneMenu_080A414C(void) {
OamCmd->x = ((ptr[((uVar1 & tmp1) + 0x40) & tmp1] * 0x42) / 0x100) - 0x10;
iVar2 = gKinstoneMenu.unk10.WORD / 0x10000 + i;
if (iVar2 >= 0) {
uVar3 = gSave.unk12B[iVar2];
uVar3 = gSave.kinstoneAmounts[iVar2];
if (i == 0) {
switch (gMenu.column_idx) {
case 3:
Expand All @@ -474,7 +474,7 @@ void KinstoneMenu_080A414C(void) {
}
}
if (uVar3 > 0) {
sub_080A42E0(gSave.unk118[iVar2], uVar3);
sub_080A42E0(gSave.kinstoneTypes[iVar2], uVar3);
}
}
uVar1 += 0x17;
Expand Down

0 comments on commit 09e6ceb

Please sign in to comment.