diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-24 15:28:43 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-24 15:28:43 -0400 |
commit | 7c3d9df380ba92c34b24326805e2b6819aecb085 (patch) | |
tree | f45dc000167fa851328ec94aa232e286a8474117 /include/field_effect.h | |
parent | 0d73967f6c97e1743c7ef3e0b20a9bc31a5a4ebd (diff) |
Finish 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 |