LEGO Star Wars by roto
[savezelda.git] / lsw / titleid.pl
1 #!/usr/bin/perl
2 print "00010000", map { sprintf "%02x", ord uc } split //, $ARGV[0];