From de274dcb078f15d4c4266444c63c4629071b130a Mon Sep 17 00:00:00 2001 From: PokeCodec <67983839+PokeCodec@users.noreply.github.com> Date: Fri, 4 Sep 2020 21:20:52 -0400 Subject: Removed unneeded comments --- gflib/text.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gflib/text.c') diff --git a/gflib/text.c b/gflib/text.c index 169f625bc..89b47ca21 100644 --- a/gflib/text.c +++ b/gflib/text.c @@ -1737,9 +1737,9 @@ void DecompressGlyphFont2(u16 glyphId, bool32 isJapanese) { glyphs = gFont2JapaneseGlyphs + (0x100 * (glyphId >> 0x3)) + (0x10 * (glyphId & 0x7)); DecompressGlyphTile(glyphs, gUnknown_03002F90.unk0); - DecompressGlyphTile(glyphs + 0x8, gUnknown_03002F90.unk20); // gUnknown_03002F90 + 0x40 - DecompressGlyphTile(glyphs + 0x80, gUnknown_03002F90.unk40); // gUnknown_03002F90 + 0x20 - DecompressGlyphTile(glyphs + 0x88, gUnknown_03002F90.unk60); // gUnknown_03002F90 + 0x60 + DecompressGlyphTile(glyphs + 0x8, gUnknown_03002F90.unk20); + DecompressGlyphTile(glyphs + 0x80, gUnknown_03002F90.unk40); + DecompressGlyphTile(glyphs + 0x88, gUnknown_03002F90.unk60); gUnknown_03002F90.width = gFont2JapaneseGlyphWidths[glyphId]; // gGlyphWidth gUnknown_03002F90.height = 14; // gGlyphHeight } -- cgit v1.2.3