use rare candy instead of exp share

This commit is contained in:
Aaghat 2023-09-08 19:26:29 +05:30
parent cc273ed2c4
commit e8f56d5c68

View file

@ -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))
{