diff options
-rw-r--r-- | gba.scm | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -22,7 +22,14 @@ (build-system gnu-build-system) (inputs (list automake autoconf)) (synopsis "Collection of tools for Game Boy Advance development") - (description "Collection of tools for Game Boy Advance development.") + (description "Collection of tools for Game Boy Advance development: +- gbafix: Pads and patches GBA ROMs. +- gbalzss: Compresses and uncompresses ROMs. +- gbfs: Creates a GBFS archive. +- insgbfs: Inserts a GBFS file (or any other file) into a GBFS_SPACE + (identified by symbol name) in a ROM. +- lsgbfs: Lists objects in a GBFS file. +- ungbfs: Dumps the objects in a GBFS file to separate files.") (home-page "https://github.com/devkitPro/gba-tools") (license license:gpl3+))) |