1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-01-15 16:12:12 +01:00

7 lines
170 B
C
Raw Normal View History

2017-10-01 21:50:58 -04:00
#ifndef GUARD_BLEND_PALETTE_H
#define GUARD_BLEND_PALETTE_H
2018-01-27 11:57:46 +01:00
void BlendPalette(u16 palOffset, u16 numEntries, u8 coeff, u16 blendColor);
2017-10-01 21:50:58 -04:00
2018-01-27 11:57:46 +01:00
#endif // GUARD_BLEND_PALETTE_H