diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2018-02-07 12:46:12 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-07 12:46:12 -0600 |
commit | 13bc7a8dd26fd489b4d83e8d9044c424b526aff3 (patch) | |
tree | 199cc6a98e9a05858fb98fb591e7f37259438360 /src/field_poison.c | |
parent | 3fb2471016b97e4a2e1ee4d73d7d4e3e632eda7a (diff) | |
parent | c3dc14ba66b31c8f2556e9a19b6be7a5e860a376 (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.c | 2 |
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); |