diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-12 11:37:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-12 11:37:18 -0600 |
commit | 54ad6794bce3ee534aa78a8c6e7f32715cd8f6a9 (patch) | |
tree | 3f1dee86f96098d38131426e11a0f9c39a1244fe /include/field_poison.h | |
parent | 65f053fd89e09b13e407ac53488043b728660e6e (diff) | |
parent | 1b895ff52c011d51a9516791148cd5088ba411b5 (diff) |
Merge pull request #361 from Slawter666/synchronise
Synchronise with pokeruby
Diffstat (limited to 'include/field_poison.h')
-rw-r--r-- | include/field_poison.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/field_poison.h b/include/field_poison.h index 6a1ba17f2..a23a93ca5 100644 --- a/include/field_poison.h +++ b/include/field_poison.h @@ -13,7 +13,7 @@ enum { FLDPSN_FNT }; -void sub_80F972C(void); -int DoPoisonFieldEffect(void); +void ExecuteWhiteOut(void); +s32 DoPoisonFieldEffect(void); #endif //GUARD_FIELD_POISON_H |