aboutsummaryrefslogtreecommitdiff
path: root/dla2img.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dla2img.sh')
-rwxr-xr-xdla2img.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/dla2img.sh b/dla2img.sh
index 808f688..637ee7f 100755
--- a/dla2img.sh
+++ b/dla2img.sh
@@ -16,7 +16,7 @@
SELF="`basename $0`"
# This line may get changed by the Makefile (do not hand-edit):
-VERSION=0.2.1
+VERSION=0.3.0
# allow overriding magick path via environment.
if [ "$MAGICK" = "" ]; then
@@ -24,10 +24,10 @@ if [ "$MAGICK" = "" ]; then
fi
# only change this if the save file size changes in dla.xex.
-SIZE="256x170"
+SIZE="176x170"
# ...and if you change that, change this too:
-FILESIZE="5440"
+FILESIZE="3740"
INFILE="$1"
OUTFILE="$2"