diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-16 21:10:01 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-16 21:10:01 +0100 |
commit | aae36b5653537a063560dc2c7df261cc7b950a4c (patch) | |
tree | 687136a10f46df779ae5698061432f6b78635f47 /src/decoration.c | |
parent | f1421d94c384c1bd76304fcb961ca28d7f0e7e20 (diff) |
6k left
Diffstat (limited to 'src/decoration.c')
-rw-r--r-- | src/decoration.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoration.c b/src/decoration.c index b45dec334..768b1541b 100644 --- a/src/decoration.c +++ b/src/decoration.c @@ -519,7 +519,7 @@ void sub_8126B80(u8 taskId) if (!gPaletteFade.active) { - menuPos = GetMenuCursorPos(); + menuPos = Menu_GetCursorPos(); switch (Menu_ProcessInput()) { default: @@ -527,7 +527,7 @@ void sub_8126B80(u8 taskId) sSecretBasePCMenuActions[sSecretBasePCMenuCursorPos].func.void_u8(taskId); break; case -2: - sSecretBasePCMenuCursorPos = GetMenuCursorPos(); + sSecretBasePCMenuCursorPos = Menu_GetCursorPos(); if ((s8)menuPos != sSecretBasePCMenuCursorPos) { sub_8126C08(); |