mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user