summaryrefslogtreecommitdiff
path: root/include/blend_palette.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-03-24 23:19:48 -0400
committerGitHub <noreply@github.com>2021-03-24 23:19:48 -0400
commit35b68c68ee565b9b232252e4f37ea082e9310560 (patch)
treeaeacb544f27db8f63b17b7e808b28f4a1e12acde /include/blend_palette.h
parentd8b76e6fb545efd69bfb18322a67243520e4d11d (diff)
parent7f70b570dd2e18a34a2c0ee558f404c15c77371c (diff)
Merge pull request #404 from PikalaxALT/misc_doc
[PARTIALLY LEAK INFORMED] Miscellaneous cleanup and documentation
Diffstat (limited to 'include/blend_palette.h')
-rw-r--r--include/blend_palette.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/blend_palette.h b/include/blend_palette.h
index 7f0826187..a84e6c228 100644
--- a/include/blend_palette.h
+++ b/include/blend_palette.h
@@ -10,6 +10,6 @@
// Exported ROM declarations
void BlendPalette(u16, u16, u8, u16);
-void sub_8045314(u16 * palbuff, u16 blend_pal, u32 coefficient, s32 size);
+void BlendPalettesAt(u16 * palbuff, u16 blend_pal, u32 coefficient, s32 size);
#endif //GUARD_BLEND_PALETTE_H