mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 18:14:38 -05:00
33 lines
623 B
C
33 lines
623 B
C
#ifndef GUARD_CODE_8009804_H
|
|
#define GUARD_CODE_8009804_H
|
|
|
|
#include "structs/axdata.h"
|
|
|
|
extern RGB gFontPalette[128];
|
|
|
|
// size: 0xC
|
|
struct unkStruct_202D240
|
|
{
|
|
u32 *unk0;
|
|
const u32 *unk4;
|
|
u32 size;
|
|
};
|
|
|
|
struct unkStruct_8009A1C_ptr
|
|
{
|
|
u8 fill0;
|
|
EfoFileData *ptr;
|
|
};
|
|
|
|
void vram_related_8009804(void);
|
|
void sub_8009A1C(const EfoFileData *r0, u32 palId, u32 vramDstOffset, u32 r3);
|
|
void InitFontPalette(void);
|
|
void sub_80098A0(void);
|
|
void sub_80098BC(u32 *, const u32 *, u32);
|
|
void sub_80098F8(u32);
|
|
void sub_8009908(void);
|
|
void sub_80099C0(void);
|
|
void SetFontsBaseColor(RGB);
|
|
|
|
#endif // GUARD_CODE_8009804_H
|