YohannDR / mzm

Creative Commons Zero v1.0 Universal
67 stars 12 forks source link

Include m_play_def and tracks in single file #22

Closed biosp4rk closed 4 months ago

biosp4rk commented 4 months ago

Puts all tracks in a single file so that m_play_def can be included only once. This reduced the elf file size from 13 MB to 9 MB, and dumping the symbols from the elf file (readelf -s -W mzm_us.elf) went from 300,000 lines to 40,000 lines (87% reduction)

Changes: