summaryrefslogtreecommitdiff
path: root/include/field_effect.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-09-16 00:59:53 -0500
committerGitHub <noreply@github.com>2018-09-16 00:59:53 -0500
commit2bba2f91d6abe9adc7732e8fe8118001c0c8b29f (patch)
tree495efa6a6396cb5c96ea9877acf2817042fe50bd /include/field_effect.h
parentb183b99694cb3706f8fc36ff5aa981be1b3da5ad (diff)
parent4d2637883a55d916badb0b7b6107da5b9145b529 (diff)
Merge pull request #328 from DizzyEggg/slotmachine
Decompile/Port slot_machine.c
Diffstat (limited to 'include/field_effect.h')
-rw-r--r--include/field_effect.h2
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