mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-20 23:51:12 -04:00
b031598460
* Improve disasm.py RAM usage using `bisect` This is based on AngheloAlf's work in PR #477, but uses the built-in library `bisect` instead of adding an external dependency. * Caching vrom_variables for ~25% faster disasm.py