summaryrefslogtreecommitdiff
path: root/include/palette.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-07-31 12:32:57 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-07-31 12:32:57 -0400
commite96ecee460c5cd0c3139432ebbb191a36ad31912 (patch)
tree71e2180b6c7c40c6a013bcc3e5c6c6d447cb0bd4 /include/palette.h
parentea8f529f2d5bb520b83d5b7721dc47ba1b489d45 (diff)
title_screen through sub_80791C0
Diffstat (limited to 'include/palette.h')
-rw-r--r--include/palette.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/palette.h b/include/palette.h
index 06b9b1f6f..feac1f11f 100644
--- a/include/palette.h
+++ b/include/palette.h
@@ -71,7 +71,10 @@ 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_GrayScale2(u16 *, u16);
void TintPalette_SepiaTone(u16 *, u16);
+void sub_80717A8(u32, s8, u8, u8, u16, u8, u8);
+bool32 sub_807185C(u8);
extern struct PaletteFadeControl gPaletteFade;