mirror of
https://github.com/n64decomp/mk64
synced 2026-05-23 22:45:21 -04:00
cdb3ca63aa
This matches more closely with similar functions in SM64 Identified a LUT for the segmented address of each glyph's texture CharWidthMap is more accurately called GlyphDisplayWidthMap. The values in the map don't exactly match the texture width for the given glyph. They likely have more to do with how the glyph is drawn on screen rather than being a measure of its true width. There are other LUT-like entries in data_0DD0A0_2 that clearly contain glyph textures, but it's not clear how they differ from the "main" LUT. Signed-off-by: Taggerung <tyler.taggerung@gmail.com>