summaryrefslogtreecommitdiff
path: root/include/field_effect.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-02-16 13:57:05 -0500
committerGitHub <noreply@github.com>2020-02-16 13:57:05 -0500
commitc1d17b2df183689c0befd3c7bc08810308f2bcd2 (patch)
treed2e6483613f61af4142e6c313ac1007552a52941 /include/field_effect.h
parent1cfeae9ffa11bb86a214721bb264f26ca8cb7d5a (diff)
parent13357596b7ed70246a00d438ee37dc1c84b78415 (diff)
Merge branch 'master' into doc-routes2
Diffstat (limited to 'include/field_effect.h')
-rw-r--r--include/field_effect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_effect.h b/include/field_effect.h
index c2d14d43c..3e30fa897 100644
--- a/include/field_effect.h
+++ b/include/field_effect.h
@@ -8,7 +8,7 @@ extern u32 gFieldEffectArguments[8];
extern void (*gPostMenuFieldCallback)(void);
extern bool8 (*gFieldCallback2)(void);
-u8 FieldEffectStart(u8);
+u32 FieldEffectStart(u8);
bool8 FieldEffectActiveListContains(u8 id);
void sub_80B69DC(void);
void CreateTeleportFieldEffectTask(void);