summaryrefslogtreecommitdiff
path: root/gflib/text.c
diff options
context:
space:
mode:
authorPokeCodec <67983839+PokeCodec@users.noreply.github.com>2020-09-04 21:20:52 -0400
committerPokeCodec <67983839+PokeCodec@users.noreply.github.com>2020-09-04 21:20:52 -0400
commitde274dcb078f15d4c4266444c63c4629071b130a (patch)
treeff0661f5d597f0e02e91ac4f2b6d85d86ce6fd81 /gflib/text.c
parent7efdcaf12044d6bc60c3f80330c762731f13d830 (diff)
Removed unneeded comments
Diffstat (limited to 'gflib/text.c')
-rw-r--r--gflib/text.c6
1 files changed, 3 insertions, 3 deletions
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
}