summaryrefslogtreecommitdiff
path: root/src/field_poison.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-02-07 20:10:56 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-02-07 20:10:56 +0100
commitc5e2092e8b2f209e4ccb38681109308efa19745d (patch)
treeac2dab85f47e138afcc3722361c274ca130509fe /src/field_poison.c
parent0c60ffe22ae1335be4dd24c22215eff1f95ab57e (diff)
parent802b505d7bc4f60e6dda62c9a2a4948b8ba765df (diff)
title screen with master
Diffstat (limited to 'src/field_poison.c')
-rw-r--r--src/field_poison.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_poison.c b/src/field_poison.c
index b83788210..98819c450 100644
--- a/src/field_poison.c
+++ b/src/field_poison.c
@@ -42,7 +42,7 @@ static bool32 sub_80F958C(void)
static void sub_80F95C0(u8 partyIdx)
{
struct Pokemon *pokemon = gPlayerParty + partyIdx;
- unsigned int status = STATUS_NONE;
+ unsigned int status = STATUS1_NONE;
AdjustFriendship(pokemon, 0x07);
SetMonData(pokemon, MON_DATA_STATUS, &status);
GetMonData(pokemon, MON_DATA_NICKNAME, gStringVar1);