Use descriptive constant for ScriptGiveMon call

This commit is contained in:
Thomas Winwood 2019-11-09 03:17:35 +00:00 committed by huderlem
parent a38bff8c17
commit a727c16012
1 changed files with 1 additions and 1 deletions

View File

@ -897,7 +897,7 @@ static void CB2_GiveStarter(void)
*GetVarPointer(VAR_STARTER_MON) = gSpecialVar_Result;
starterMon = GetStarterPokemon(gSpecialVar_Result);
ScriptGiveMon(starterMon, 5, 0, 0, 0, 0);
ScriptGiveMon(starterMon, 5, ITEM_NONE, 0, 0, 0);
ResetTasks();
PlayBattleBGM();
SetMainCallback2(CB2_StartFirstBattle);