pokefirered/include/fonts.h
2026-02-21 03:12:24 +01:00

56 lines
1.6 KiB
C

#ifndef GUARD_FONTS_H
#define GUARD_FONTS_H
extern const u16 gFontSmallLatinGlyphs[];
extern const u8 gFontSmallLatinGlyphWidths[];
extern const u16 gFontSmallJapaneseGlyphs[];
extern const u16 gFontShortLatinGlyphs[];
extern const u8 gFontShortLatinGlyphWidths[];
extern const u16 gFontShortJapaneseGlyphs[];
extern const u8 gFontShortJapaneseGlyphWidths[];
extern const u16 gFontNormalCopy1LatinGlyphs[];
extern const u8 gFontNormalCopy1LatinGlyphWidths[];
extern const u16 gFontTallJapaneseGlyphs[];
extern const u16 gFontNormalLatinGlyphs[];
extern const u8 gFontNormalLatinGlyphWidths[];
extern const u16 gFontNormalJapaneseGlyphs[];
extern const u8 gFontNormalJapaneseGlyphWidths[];
extern const u16 gFontMaleLatinGlyphs[];
extern const u8 gFontMaleLatinGlyphWidths[];
extern const u16 gFontMaleJapaneseGlyphs[];
extern const u8 gFontMaleJapaneseGlyphWidths[];
extern const u16 gFontFemaleLatinGlyphs[];
extern const u8 gFontFemaleLatinGlyphWidths[];
extern const u16 gFontFemaleJapaneseGlyphs[];
extern const u8 gFontFemaleJapaneseGlyphWidths[];
extern const u16 gFontSmallNarrowLatinGlyphs[];
extern const u8 gFontSmallNarrowLatinGlyphWidths[];
extern const u16 gFontNarrowLatinGlyphs[];
extern const u8 gFontNarrowLatinGlyphWidths[];
extern const u16 gFontNarrowerLatinGlyphs[];
extern const u8 gFontNarrowerLatinGlyphWidths[];
extern const u16 gFontSmallNarrowerLatinGlyphs[];
extern const u8 gFontSmallNarrowerLatinGlyphWidths[];
extern const u16 gFontShortNarrowLatinGlyphs[];
extern const u8 gFontShortNarrowLatinGlyphWidths[];
extern const u8 gFontShortNarrowerLatinGlyphWidths[];
extern const u16 gFontShortNarrowerLatinGlyphs[];
#endif // GUARD_FONTS_H