diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-07-21 15:41:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 15:41:48 -0500 |
commit | c1a82f1aabc93e5b3c5f2729f70f4a11fc8a5748 (patch) | |
tree | 676bbbe79fc35a84d1204112d7531e06f9b81ea5 /include/field_effect.h | |
parent | 989877283f0f09e424ad3f3925e8eee9dbbb7b71 (diff) | |
parent | 92c40a7028ad95ffa11432d1b9eb1ece08d5c4d8 (diff) |
Merge pull request #374 from drifloony/fldeff_flash
decompile fldeff_flash
Diffstat (limited to 'include/field_effect.h')
-rw-r--r-- | include/field_effect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/field_effect.h b/include/field_effect.h index 5edca21dc..bf80ca0dc 100644 --- a/include/field_effect.h +++ b/include/field_effect.h @@ -245,4 +245,6 @@ void MultiplyInvertedPaletteRGBComponents(u16, u8, u8, u8); void sub_80878A8(void); void sub_8087BA8(void); +extern u32 gUnknown_0202FF84[8]; + #endif // GUARD_FIELD_EFFECT_H |