diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-03 01:34:39 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-07 01:46:05 +0800 |
commit | d97925df0edcac9212ba827b31ff75c7968703f3 (patch) | |
tree | bcea1cbd328ae08e736a94a640dce6f90104633a /include/field_poison.h | |
parent | 40a808351a5b76b0a536c5fac6c9479284468af8 (diff) |
finished field_poison
Diffstat (limited to 'include/field_poison.h')
-rw-r--r-- | include/field_poison.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/include/field_poison.h b/include/field_poison.h index fcfb71cf5..4887fa27a 100644 --- a/include/field_poison.h +++ b/include/field_poison.h @@ -3,19 +3,13 @@ #include "global.h" -// Exported type declarations - -// Exported RAM declarations - -// Exported ROM declarations - enum { FLDPSN_NONE, FLDPSN_PSN, FLDPSN_FNT }; -void sub_80F972C(void); -unsigned int overworld_poison(void); +void ExecuteWhiteOut(void); +s32 DoPoisonFieldEffect(void); #endif //GUARD_FIELD_POISON_H |