diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-24 17:22:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-24 17:22:11 -0400 |
commit | 7579fc65c12bd46c045d10eb8cd9a2320fd1f3f0 (patch) | |
tree | b8b08638a6d8ae195dbdc4b17d1e91a6d301b073 /include/field_effect.h | |
parent | 6e36c229200e083ca005cbc448e99210d111f3b2 (diff) | |
parent | 4fae71a4b0723fac867cbeb439feb3fc71664f0e (diff) |
Merge pull request #132 from PikalaxALT/field_specials
Field specials
Diffstat (limited to 'include/field_effect.h')
-rw-r--r-- | include/field_effect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/field_effect.h b/include/field_effect.h index fa66929ea..70398313b 100644 --- a/include/field_effect.h +++ b/include/field_effect.h @@ -20,5 +20,6 @@ void sub_8084454(void); void sub_8084784(u8 a0, u8 a1); void sub_8084F2C(u8 a0); void sub_80853CC(u8 a0); +void sub_8083598(u8 a0); #endif //GUARD_FIELD_EFFECTS_H |