diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-05 10:31:31 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-05 10:31:31 -0500 |
commit | cb99443c51d6263425fb4d853177efc07aee5fb9 (patch) | |
tree | 4ed3f1569ccf478036a21cfdbc335e8ed4cfea8c /src/item_pc.c | |
parent | e9c3b78d9f7142fda849ea2fe420459480fdf989 (diff) |
through sub_81556E0
Diffstat (limited to 'src/item_pc.c')
-rw-r--r-- | src/item_pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item_pc.c b/src/item_pc.c index 7c7abdce3..f5bc6659b 100644 --- a/src/item_pc.c +++ b/src/item_pc.c @@ -577,7 +577,7 @@ static void ItemPc_PrintOrRemoveCursorAt(u8 y, u8 colorIdx) } else { - ItemPc_AddTextPrinterParameterized(0, 2, gFameCheckerText_ListMenuCursor, 0, y, 0, 0, 0, colorIdx); + ItemPc_AddTextPrinterParameterized(0, 2, gText_SelectorArrow2, 0, y, 0, 0, 0, colorIdx); } } |