diff options
Diffstat (limited to 'decompress.sh')
-rwxr-xr-x | decompress.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/decompress.sh b/decompress.sh new file mode 100755 index 000000000..26b5a0db7 --- /dev/null +++ b/decompress.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +FILEPATH=$1 + +tools/gbagfx/gbagfx graphics/$FILEPATH.bin.lz graphics/$FILEPATH.bin |