diff options
Diffstat (limited to 'titlecomp.pl')
-rw-r--r-- | titlecomp.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/titlecomp.pl b/titlecomp.pl index 2e17a92..94d36b1 100644 --- a/titlecomp.pl +++ b/titlecomp.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl -w +### see titlecompression.txt to understand how this works! + $datasize = 0x1700; use bytes; |