diff options
Diffstat (limited to 'compare.sh')
-rwxr-xr-x | compare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compare.sh b/compare.sh index 142de2079..d013a88ab 100755 --- a/compare.sh +++ b/compare.sh @@ -3,7 +3,7 @@ # create baserom.txt if necessary if [ ! -f baserom.txt ]; then - hexdump -C baserom.gbc > baserom.txt + hexdump -C baserom.gbc > baserom.txt fi hexdump -C pokecrystal.gbc > pokecrystal.txt |