summaryrefslogtreecommitdiff
path: root/src/field_poison.c
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-01-17 13:41:12 +0100
committerMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-01-17 14:57:49 +0100
commit648c6c7093f5173694562929f615380f297ad306 (patch)
tree0fcbe3d4d8a73121f4f84b69614eea4913bb3cd4 /src/field_poison.c
parentd39b98c265db6c1c6be33d8a873f39f19d1bee89 (diff)
Move `gStringVar` declarations to text.h
Diffstat (limited to 'src/field_poison.c')
-rw-r--r--src/field_poison.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/field_poison.c b/src/field_poison.c
index 6a243c280..0e19833c5 100644
--- a/src/field_poison.c
+++ b/src/field_poison.c
@@ -5,6 +5,7 @@
#include "script.h"
#include "string_util.h"
#include "task.h"
+#include "text.h"
extern struct Pokemon gPlayerParty[6];
extern u16 gScriptResult;