diff options
author | hjk321 <37224753+hjk321@users.noreply.github.com> | 2019-04-27 16:45:32 -0600 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-05-03 18:21:11 -0500 |
commit | 438c5432aa2c14cb54402071aa8b8cc3557decf5 (patch) | |
tree | 42e005bacc8537d41e7e1ec90575cc59bc9f3f12 /src/evolution_scene.c | |
parent | 106a89eace1cb4de5f7b45683d14c484c4cfdd90 (diff) |
Document MON_DATA_10
Diffstat (limited to 'src/evolution_scene.c')
-rw-r--r-- | src/evolution_scene.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evolution_scene.c b/src/evolution_scene.c index 1e120bc90..96ca2ed1c 100644 --- a/src/evolution_scene.c +++ b/src/evolution_scene.c @@ -556,7 +556,7 @@ static void CreateShedinja(u16 preEvoSpecies, struct Pokemon* mon) SetMonData(&gPlayerParty[gPlayerPartyCount], MON_DATA_NICKNAME, (gSpeciesNames[gEvolutionTable[preEvoSpecies][1].targetSpecies])); SetMonData(&gPlayerParty[gPlayerPartyCount], MON_DATA_HELD_ITEM, (&data)); SetMonData(&gPlayerParty[gPlayerPartyCount], MON_DATA_MARKINGS, (&data)); - SetMonData(&gPlayerParty[gPlayerPartyCount], MON_DATA_10, (&data)); + SetMonData(&gPlayerParty[gPlayerPartyCount], MON_DATA_ENCRYPT_SEPARATOR, (&data)); for (i = MON_DATA_COOL_RIBBON; i < MON_DATA_COOL_RIBBON + 5; i++) SetMonData(&gPlayerParty[gPlayerPartyCount], i, (&data)); |