LICENSE
MANIFEST.in
README.md
pyproject.toml
src/dk64_lib/__init__.py
src/dk64_lib/binary_reader.py
src/dk64_lib/file_io.py
src/dk64_lib/rom.py
src/dk64_lib.egg-info/PKG-INFO
src/dk64_lib.egg-info/SOURCES.txt
src/dk64_lib.egg-info/dependency_links.txt
src/dk64_lib.egg-info/requires.txt
src/dk64_lib.egg-info/top_level.txt
src/dk64_lib/constants/__init__.py
src/dk64_lib/constants/kiosk_sprites.py
src/dk64_lib/constants/maps.py
src/dk64_lib/constants/release_sprites.py
src/dk64_lib/data_types/__init__.py
src/dk64_lib/data_types/base.py
src/dk64_lib/data_types/cutscene.py
src/dk64_lib/data_types/geometry.py
src/dk64_lib/data_types/text.py
src/dk64_lib/data_types/texture.py
src/dk64_lib/f3dex2/__init__.py
src/dk64_lib/f3dex2/commands.py
src/dk64_lib/f3dex2/display_list.py
src/dk64_lib/f3dex2/texture_export.py
src/dk64_lib/f3dex2/triangle.py
src/dk64_lib/f3dex2/vertex.py
tests/test_binary_reader.py
tests/test_commands.py
tests/test_display_list.py
tests/test_display_list_metadata.py
tests/test_dk64_lib.py
tests/test_f3dex2_geometry.py
tests/test_rom_exports.py
tests/test_text_data.py
tests/test_texture_export.py