You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
make compare.sh overwrite the previous hexdump
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user