diff options
-rw-r--r-- | Change-Starter-Pokémon.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Change-Starter-Pokémon.md b/Change-Starter-Pokémon.md index 2bbb70c..3cfa575 100644 --- a/Change-Starter-Pokémon.md +++ b/Change-Starter-Pokémon.md @@ -28,7 +28,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); |