diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-01 21:04:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 21:04:28 -0400 |
commit | 201418cd4d3e0c96b8f7f99e6242f2a08b5041b7 (patch) | |
tree | 57cbe7905db69e8f7e88327c0d665b49f2dd67fb /include/palette.h | |
parent | 00cf527c16d02fc912666d97a49dc7fedf996225 (diff) | |
parent | 6032159d1bc099d4ed112e5e387ebba1d35fe6a9 (diff) |
Merge pull request #87 from PikalaxALT/title_screen
Title screen
Diffstat (limited to 'include/palette.h')
-rw-r--r-- | include/palette.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/palette.h b/include/palette.h index 06b9b1f6f..300236d1e 100644 --- a/include/palette.h +++ b/include/palette.h @@ -71,7 +71,11 @@ 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); +void sub_8071898(void); extern struct PaletteFadeControl gPaletteFade; |