summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Winwood <twwinwood@7storm.org>2019-11-19 13:31:28 +0000
committerThomas Winwood <twwinwood@7storm.org>2019-11-19 13:31:28 +0000
commit922b83b530067d6451d78756563099354f92e2e7 (patch)
treeb28b4a67db63654e51009269297cda8f667639d7
parenta57753e50c7cc923130a3dea828ca27dc8256a47 (diff)
Updated Change Starter Pokémon (markdown)
-rw-r--r--Change-Starter-Pokémon.md2
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);