From e96ecee460c5cd0c3139432ebbb191a36ad31912 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 31 Jul 2019 12:32:57 -0400 Subject: title_screen through sub_80791C0 --- include/palette.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/palette.h') 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; -- cgit v1.2.3 From c3f95c1cbb7827c09d86fa0a6b481ae0fa3c37d5 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 31 Jul 2019 13:50:47 -0400 Subject: title_screen: through sub_8079730 --- include/palette.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/palette.h') diff --git a/include/palette.h b/include/palette.h index feac1f11f..300236d1e 100644 --- a/include/palette.h +++ b/include/palette.h @@ -75,6 +75,7 @@ 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; -- cgit v1.2.3