mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-04-24 23:47:45 -05:00
15 lines
230 B
C
15 lines
230 B
C
|
|
//{{BLOCK(pkmn_font)
|
|
|
|
#ifndef __PKMN_FONT__
|
|
#define __PKMN_FONT__
|
|
|
|
extern const TFont pkmn_fontFont;
|
|
|
|
#define pkmn_fontGlyphsLen 2048
|
|
extern const unsigned int pkmn_fontGlyphs[512];
|
|
|
|
#endif // __PKMN_FONT__
|
|
|
|
//}}BLOCK(pkmn_font)
|