diff options
Diffstat (limited to 'tools/compare-silver.sh')
-rwxr-xr-x | tools/compare-silver.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/compare-silver.sh b/tools/compare-silver.sh deleted file mode 100755 index f8881cd2..00000000 --- a/tools/compare-silver.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# Compares baserom-silver.gbc and pokesilver.gbc - -# create baserom-silver.txt if necessary -if [ ! -f baserom-silver.txt ]; then - hexdump -C baserom-silver.gbc > baserom-silver.txt -fi - -hexdump -C pokesilver.gbc > pokesilver.txt - -diff -u baserom-silver.txt pokesilver.txt | less |