summaryrefslogtreecommitdiff
path: root/include/blend_palette.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-03-20 11:13:58 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-03-20 11:13:58 -0400
commitcdfeb638f40ffa0e3f5d437f7b1613f8313896ab (patch)
tree780b6fe27139a4214d7ed3419801b72863d950d9 /include/blend_palette.h
parentf8932775cd9cc52d3d86c6ef11648d5204e7582d (diff)
Document remaining routines in field_specials
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