diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-17 08:53:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 08:53:24 -0400 |
commit | d52f2aa5712d042f344409d8925ed80d7109706e (patch) | |
tree | bd32fd38e0409fa6f899b6fbc02433bbccb3a237 /include/blend_palette.h | |
parent | f8915246a77a4453135ac3a4e6a61c098d557451 (diff) | |
parent | 8a64f8b431b0d68453f8d4302474926adf407bb1 (diff) |
Merge pull request #305 from PikalaxALT/field_weather
Field weather
Diffstat (limited to 'include/blend_palette.h')
-rw-r--r-- | include/blend_palette.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/blend_palette.h b/include/blend_palette.h index 4ece15d69..7f0826187 100644 --- a/include/blend_palette.h +++ b/include/blend_palette.h @@ -10,5 +10,6 @@ // Exported ROM declarations void BlendPalette(u16, u16, u8, u16); +void sub_8045314(u16 * palbuff, u16 blend_pal, u32 coefficient, s32 size); #endif //GUARD_BLEND_PALETTE_H |