mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 15:07:09 -05:00
14 lines
298 B
C
14 lines
298 B
C
#ifndef GUARD_TEXT1_H
|
|
#define GUARD_TEXT1_H
|
|
|
|
#include "text.h"
|
|
|
|
extern EWRAM_DATA struct UnkTextStruct2 gUnknown_202AFC0[4];
|
|
|
|
void LoadCharmaps(void);
|
|
void SelectCharmap(u32);
|
|
u32 xxx_update_some_bg_tiles(u32 a0);
|
|
|
|
void sub_800641C(struct UnkTextStruct2 *a0, u8 a1, u8 a2);
|
|
|
|
#endif // GUARD_TEXT1_H
|