summaryrefslogtreecommitdiff
path: root/src/evolution_scene.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-02-20 15:15:38 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-02-24 11:03:39 -0500
commit1cac608dbedeaaccd2446891c38a71f10230bfc0 (patch)
treeba6ff91e0dcee37222d3e943f73cd51700eb9e91 /src/evolution_scene.c
parentb04f0aaa2beb4dad08f78716ce1865b797fc34bd (diff)
Document mail
Diffstat (limited to 'src/evolution_scene.c')
-rw-r--r--src/evolution_scene.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/evolution_scene.c b/src/evolution_scene.c
index f77c3d760..88f46d295 100644
--- a/src/evolution_scene.c
+++ b/src/evolution_scene.c
@@ -32,6 +32,7 @@
#include "constants/battle_string_ids.h"
#include "constants/songs.h"
#include "constants/rgb.h"
+#include "constants/items.h"
struct EvoInfo
{
@@ -565,7 +566,7 @@ static void CreateShedinja(u16 preEvoSpecies, struct Pokemon* mon)
SetMonData(&gPlayerParty[gPlayerPartyCount], i, &data);
SetMonData(&gPlayerParty[gPlayerPartyCount], MON_DATA_STATUS, &data);
- data = 0xFF;
+ data = MAIL_NONE;
SetMonData(&gPlayerParty[gPlayerPartyCount], MON_DATA_MAIL, &data);
CalculateMonStats(&gPlayerParty[gPlayerPartyCount]);