summaryrefslogtreecommitdiff
path: root/include/field_effect.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-11-16 08:36:51 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2017-11-16 19:00:07 -0500
commit236cbf96c8f94b8b2d23be8c72ee0e188e82842d (patch)
treec2042f78efdc37a5b64c9cd797cc0c66a0c80255 /include/field_effect.h
parent50501396b21bf132cf71d0f5d353bf51d277ba27 (diff)
parentc0d180a8702b9b20afe07b09316286f6406e5811 (diff)
Merge origin/master into pikalaxalt/link
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