mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-27 18:43:54 -05:00
11 lines
242 B
C
11 lines
242 B
C
#ifndef POKEHEARTGOLD_TEXT_H
|
|
#define POKEHEARTGOLD_TEXT_H
|
|
|
|
#include "font_types_def.h"
|
|
#include "window.h"
|
|
|
|
void sub_0201FFE0(const struct FontInfo *fontData);
|
|
void DecompressGlyphTile(const u8 *src, u8 *dest);
|
|
|
|
#endif //POKEHEARTGOLD_TEXT_H
|