From e8f56d5c687d543ee180fc903701e14953f18211 Mon Sep 17 00:00:00 2001 From: Aaghat Date: Fri, 8 Sep 2023 19:26:29 +0530 Subject: [PATCH] use rare candy instead of exp share --- src/pokedex_plus_hgss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pokedex_plus_hgss.c b/src/pokedex_plus_hgss.c index 61185fdff2..da6b25642d 100644 --- a/src/pokedex_plus_hgss.c +++ b/src/pokedex_plus_hgss.c @@ -5185,7 +5185,7 @@ static void PrintStatsScreen_Moves_Top(u8 taskId) ConvertIntToDecimalStringN(gStringVar1, level, STR_CONV_MODE_LEFT_ALIGN, 3); //Move learn lvl PrintStatsScreenTextSmall(WIN_STATS_MOVES_TOP, gText_Stats_MoveLevel, moves_x + 113, moves_y + 3); //Level text PrintStatsScreenTextSmall(WIN_STATS_MOVES_TOP, gStringVar1, moves_x + 113, moves_y + 14); //Print level - item = ITEM_EXP_SHARE; + item = ITEM_RARE_CANDY; } else if (selected < (numEggMoves + numLevelUpMoves + numTMHMMoves)) {