mirror of https://github.com/pret/pokecrystal.git
make compare.sh overwrite the previous hexdump
This commit is contained in:
parent
079afeea46
commit
e27cdc43b2
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
# create baserom.txt if necessary
|
# create baserom.txt if necessary
|
||||||
if [ ! -f baserom.txt ]; then
|
if [ ! -f baserom.txt ]; then
|
||||||
hexdump -C baserom.gbc >> baserom.txt
|
hexdump -C baserom.gbc > baserom.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
hexdump -C pokecrystal.gbc >> pokecrystal.txt
|
hexdump -C pokecrystal.gbc > pokecrystal.txt
|
||||||
|
|
||||||
diff baserom.txt pokecrystal.txt | less
|
diff baserom.txt pokecrystal.txt | less
|
||||||
|
|
Loading…
Reference in New Issue