diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-16 15:12:38 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-16 15:12:38 -0600 |
commit | c3c13d0acfa46a54bd05d1c7dcea2955103ac3ad (patch) | |
tree | 09bb789798614475d8f6c73c449f13385e18545a /src/field_poison.c | |
parent | 157b88b6dbfa7816cac9c6cf2ef20bd70a573b10 (diff) |
more renaming
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); |