diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-11-19 10:16:42 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-11-19 10:16:42 -0800 |
commit | f4b39ff81d4387b4a29bad7d9bb0a223721773c9 (patch) | |
tree | 8ce5d72a6c8c9b5ef18dda76e5defbb455af072f /include/field_effect.h | |
parent | f3f3af1027ca1c0459e077f4dc98391bbbe821e4 (diff) |
decompile fldeff_secretpower
Diffstat (limited to 'include/field_effect.h')
-rw-r--r-- | include/field_effect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_effect.h b/include/field_effect.h index dbd92b088..9f71efba1 100644 --- a/include/field_effect.h +++ b/include/field_effect.h @@ -253,6 +253,6 @@ void MultiplyInvertedPaletteRGBComponents(u16, u8, u8, u8); void sub_80878A8(void); void sub_8087BA8(void); -extern u32 gFieldEffectArguments[8]; +extern s32 gFieldEffectArguments[8]; #endif // GUARD_FIELD_EFFECT_H |