diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-14 12:29:30 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2022-01-14 12:29:30 -0500 |
commit | 4dec9b83a3a0b424284dae02506d159931cc1408 (patch) | |
tree | a82e3fd9de1e2d8988301f66738ecc9e742d4252 /decompress.sh | |
parent | 01af8e877f039a0e1427de5e52442602446719cc (diff) |
Move more graphics out of misc
Diffstat (limited to 'decompress.sh')
-rwxr-xr-x | decompress.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/decompress.sh b/decompress.sh deleted file mode 100755 index 26b5a0db7..000000000 --- a/decompress.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -FILEPATH=$1 - -tools/gbagfx/gbagfx graphics/$FILEPATH.bin.lz graphics/$FILEPATH.bin |