mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
12 lines
428 B
C
12 lines
428 B
C
#ifndef GUARD_BG_PALETTE_BUFFER_H
|
|
#define GUARD_BG_PALETTE_BUFFER_H
|
|
|
|
void InitBGPaletteBuffer(void);
|
|
void nullsub_4(s32 index, const u8 *colorArray, s32, u8 *);
|
|
void nullsub_5(s32 index, const u8 *colorArray);
|
|
void SetBGPaletteBufferColorArray(s32 index, const u8 *colorArray);
|
|
void SetBGPaletteBufferColorRGB(s32 index, const u8 *colorArray, s32, u8 *);
|
|
void TransferBGPaletteBuffer(void);
|
|
|
|
#endif // GUARD_BG_PALETTE_BUFFER_H
|