make compare.sh overwrite the previous hexdump

This commit is contained in:
Bryan Bishop 2012-05-16 13:49:50 -05:00
parent 079afeea46
commit e27cdc43b2

View File

@ -3,9 +3,9 @@
# 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
hexdump -C pokecrystal.gbc > pokecrystal.txt
diff baserom.txt pokecrystal.txt | less