diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-15 18:01:20 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-15 18:01:20 +0200 |
commit | 0547e260a4d1e89b6efac0c85c276316186d370c (patch) | |
tree | 21c03953d60af32eff4f6224995a8ce0d1318a2c /include/field_effect.h | |
parent | b8c9d9a980303d4bcd1cfd9400926736363d1df9 (diff) |
More of slot machine
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 cdabd5c99..e05ded621 100644 --- a/include/field_effect.h +++ b/include/field_effect.h @@ -236,4 +236,6 @@ void sub_80B9CDC(s16*, u8); void sub_80B7CAC(struct Sprite*); void sub_80B7A58(struct Sprite*); +void MultiplyPaletteRGBComponents(u16 i, u8 r, u8 g, u8 b); + #endif //GUARD_FIELD_EFFECTS_H |