summaryrefslogtreecommitdiff
path: root/include/palette.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2019-01-07 16:39:32 -0500
committerscnorton <scnorton@biociphers.org>2019-01-07 16:39:32 -0500
commit38abcf9774612094d8552904fbeed3d1b2c4bba1 (patch)
treee991ca441da9dad1bf5104c84f5a68f1c0a91f26 /include/palette.h
parent34cf3662fc0343d77fe36b1a3083605110764c9a (diff)
through sub_80598CC
Diffstat (limited to 'include/palette.h')
-rw-r--r--include/palette.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/palette.h b/include/palette.h
index 3af0d5d7b..31c8ffefe 100644
--- a/include/palette.h
+++ b/include/palette.h
@@ -70,6 +70,8 @@ void BeginHardwarePaletteFade(u8, u8, u8, u8, u8);
void BlendPalettes(u32, u8, u16);
void BlendPalettesUnfaded(u32, u8, u16);
void sub_80716F8(const u16 *, u16 *, u16, u8);
+void TintPalette_GrayScale(u16 *, u16);
+void TintPalette_SepiaTone(u16 *, u16);
extern struct PaletteFadeControl gPaletteFade;