summaryrefslogtreecommitdiff
path: root/gba.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gba.scm')
-rw-r--r--gba.scm9
1 files changed, 8 insertions, 1 deletions
diff --git a/gba.scm b/gba.scm
index fb0af6e..ee1b222 100644
--- a/gba.scm
+++ b/gba.scm
@@ -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+)))