Line 16: |
Line 16: |
| | 0x80 | | | 0x80 |
| | Font data size | | | Font data size |
− | | The actual font data. There's also unknown data following the original decompressed font data. | + | | The actual font data. |
| + | |- |
| + | | 0x80 + Font data size |
| + | | 0x332000 - 0x80 - Font data size |
| + | | This is leftover data from decompression operation. During the font loading process, compressed data is loaded to <code>sharedmem + 0x332000 - compressed_size_aligned_to_4</code>, and then is decompressed to <code>sharedmem + 0x80</code>. Compressed data at the end that doesn't get overwritten by decompressed data remains in the shared memory |
| |} | | |} |
| | | |