summaryrefslogtreecommitdiff
path: root/src/field_poison.c
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2018-02-07 12:46:12 -0600
committerGitHub <noreply@github.com>2018-02-07 12:46:12 -0600
commit13bc7a8dd26fd489b4d83e8d9044c424b526aff3 (patch)
tree199cc6a98e9a05858fb98fb591e7f37259438360 /src/field_poison.c
parent3fb2471016b97e4a2e1ee4d73d7d4e3e632eda7a (diff)
parentc3dc14ba66b31c8f2556e9a19b6be7a5e860a376 (diff)
Merge pull request #166 from camthesaxman/battle_refactor
rename/refactor battle code
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);