summaryrefslogtreecommitdiff
path: root/include/field_effect.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-26 10:30:42 -0400
committerGitHub <noreply@github.com>2019-10-26 10:30:42 -0400
commitf10d7d01c598872043caaa8b19e2cf6f452c7d5d (patch)
treeba22ac09546c2f323f7d45a70b5665c629c6d46b /include/field_effect.h
parent1f569f0136952135a0e17fe22cf180c0e87dd007 (diff)
parent680e03618a6cc7da3072eef6caa02c2fc682065a (diff)
Merge pull request #133 from PikalaxALT/script_menu
Script menu
Diffstat (limited to 'include/field_effect.h')
-rw-r--r--include/field_effect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/field_effect.h b/include/field_effect.h
index 70398313b..4afc5cace 100644
--- a/include/field_effect.h
+++ b/include/field_effect.h
@@ -21,5 +21,7 @@ void sub_8084784(u8 a0, u8 a1);
void sub_8084F2C(u8 a0);
void sub_80853CC(u8 a0);
void sub_8083598(u8 a0);
+void sub_8083A5C(struct Sprite * sprite, u8 spriteId);
+u8 sub_8083970(u16 species, s16 x, s16 y, bool8 unused);
#endif //GUARD_FIELD_EFFECTS_H