diff options
Diffstat (limited to 'include/field_poison.h')
-rw-r--r-- | include/field_poison.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_poison.h b/include/field_poison.h index d1a4c823b..6a1ba17f2 100644 --- a/include/field_poison.h +++ b/include/field_poison.h @@ -14,6 +14,6 @@ enum { }; void sub_80F972C(void); -unsigned int overworld_poison(void); +int DoPoisonFieldEffect(void); #endif //GUARD_FIELD_POISON_H |