diff options
author | Thomas Winwood <twwinwood@7storm.org> | 2019-11-19 13:31:46 +0000 |
---|---|---|
committer | Thomas Winwood <twwinwood@7storm.org> | 2019-11-19 13:31:46 +0000 |
commit | 8ba8896bbe8e22d709c32ecc7d292d19a3ac2843 (patch) | |
tree | 07e1a216eb56262fa954e9a2c8442dab40c31416 | |
parent | 922b83b530067d6451d78756563099354f92e2e7 (diff) |
Updated Change Starter Pokémon (markdown)
-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 3cfa575..cbf901c 100644 --- a/Change-Starter-Pokémon.md +++ b/Change-Starter-Pokémon.md @@ -35,7 +35,7 @@ static void CB2_GiveStarter(void) BattleTransition_Start(B_TRANSITION_BLUR); } ``` -Interesting for us is the line `ScriptGiveMon(starterMon, 5, 0, 0, 0, 0);`. +Interesting for us is the line `ScriptGiveMon(starterMon, 5, ITEM_NONE, 0, 0, 0);`. ```c u8 ScriptGiveMon(u16 species, u8 level, u16 item, u32 unused1, u32 unused2, u8 unused3) ``` |