Clean up shop.c

This commit is contained in:
GriffinR
2022-09-22 13:32:35 -04:00
parent ecb75ee514
commit 1107ff954d
10 changed files with 178 additions and 176 deletions

View File

@@ -1015,7 +1015,7 @@ static void ItemStorage_MoveCursor(s32 id, bool8 onInit, struct ListMenu *list)
if (id != LIST_CANCEL)
ItemStorage_DrawItemIcon(gSaveBlock1Ptr->pcItems[id].itemId);
else
ItemStorage_DrawItemIcon(MSG_GO_BACK_TO_PREV);
ItemStorage_DrawItemIcon(ITEM_LIST_END);
ItemStorage_PrintDescription(id);
}
}