- Added type annotations for the
ndspy.bmg
,ndspy.code
,ndspy.codeCompression
,ndspy.fnt
,ndspy.lz10
,ndspy.narc
, andndspy.rom
modules. These can help type-checkers analyze your own code if desired, and improve code suggestions in certain IDEs. Thanks to mike8699 for this! - A few small improvements to documentation, error messages, and testing infrastructure.