summaryrefslogtreecommitdiff
path: root/include/field_effect.h
diff options
context:
space:
mode:
authoritskobold <itskobold@users.noreply.github.com>2017-11-17 09:25:40 +0000
committeritskobold <itskobold@users.noreply.github.com>2017-11-17 09:25:40 +0000
commit370e47beeef3f115d071161a7b2f09dcfbd2168b (patch)
tree648fdb13c6a341e8efc5ba5c734f7cd25d826b60 /include/field_effect.h
parent46ee15b96250d53b4100171c572f6e6b6e2c99c6 (diff)
parenta98c6bf210cec0591badb51be1e472c5fb4f1f1a (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'include/field_effect.h')
-rw-r--r--include/field_effect.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/field_effect.h b/include/field_effect.h
index aa3f7eba0..629ae07c7 100644
--- a/include/field_effect.h
+++ b/include/field_effect.h
@@ -69,9 +69,10 @@ enum FieldEffectScriptIdx
FLDEFF_USE_TELEPORT
};
+extern u32 gFieldEffectArguments[8];
+
u8 FieldEffectStart(u8);
bool8 FieldEffectActiveListContains(u8 id);
-
-extern u32 gFieldEffectArguments[8];
+void sub_80B69DC(void);
#endif //GUARD_FIELD_EFFECTS_H