summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLemeon <66488505+ThothWhatsThis@users.noreply.github.com>2023-11-30 19:55:39 +0100
committerGitHub <noreply@github.com>2023-11-30 19:55:39 +0100
commit09e6ceb59331b8c3b796547406296ce0ca19e6f4 (patch)
tree9cc83f68e8be410bae3d769d9026965f54700060 /src
parent461f5bb8e7e176c17bd2c3ce9ad42d6755ee339e (diff)
Update kinstoneMenu.c
changed the names for the unknowns
Diffstat (limited to 'src')
-rw-r--r--src/menu/kinstoneMenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu/kinstoneMenu.c b/src/menu/kinstoneMenu.c
index 2037a0cd..e9f5b7d0 100644
--- a/src/menu/kinstoneMenu.c
+++ b/src/menu/kinstoneMenu.c
@@ -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:
@@ -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;