diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-02 12:19:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 12:19:18 -0500 |
commit | 0169a98c683d3eb803bc6bca5f5c3c5fe2b9ee5c (patch) | |
tree | a814947a48f0bb44f4bbfcac6794517129a6c913 /include/field_poison.h | |
parent | e8504c7a3ff69f771746e9987452be78ebf44f37 (diff) | |
parent | 358f785a039474442bc0380f2e0ebe4a36b8d553 (diff) |
Merge pull request #278 from GriffinRichards/doc-miscscript
Split/label some common event scripts
Diffstat (limited to 'include/field_poison.h')
-rw-r--r-- | include/field_poison.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/field_poison.h b/include/field_poison.h index 4887fa27a..a29cf1fd6 100644 --- a/include/field_poison.h +++ b/include/field_poison.h @@ -9,7 +9,6 @@ enum { FLDPSN_FNT }; -void ExecuteWhiteOut(void); s32 DoPoisonFieldEffect(void); #endif //GUARD_FIELD_POISON_H |