use rare candy instead of exp share
This commit is contained in:
parent
cc273ed2c4
commit
e8f56d5c68
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue