summaryrefslogtreecommitdiff
path: root/src/contest.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-12-22 00:57:31 -0600
committercamthesaxman <cameronghall@cox.net>2017-12-22 00:57:31 -0600
commit2415720ea6760217355f286da83b9955c881bf1b (patch)
tree03486998989b00cfcc83d6504a39987c1d4f044e /src/contest.c
parent71d3e605290b2069d3571478a3736b04d658decb (diff)
fix 0x2DFC in SaveBlock1
Diffstat (limited to 'src/contest.c')
-rw-r--r--src/contest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contest.c b/src/contest.c
index 210d09548..cd7efee7a 100644
--- a/src/contest.c
+++ b/src/contest.c
@@ -5574,7 +5574,7 @@ bool8 sub_80B2A7C(u8 a)
{
shared15DE0.personality = gContestMons[i].personality;
shared15DE0.otId = gContestMons[i].otId;
- shared15DE0.unk8 = gContestMons[i].species;
+ shared15DE0.species = gContestMons[i].species;
StringCopy(shared15DE0.nickname, gContestMons[i].nickname);
if (gIsLinkContest & 1)
StringCopy(shared15DE0.trainerName, gLinkPlayers[i].name);