From 370d5f71f2021a1ce24e44b039564cf3cb2b3b29 Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 4 Feb 2014 23:35:51 -0500 Subject: [PATCH] compare.sh: diff -u --- compare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compare.sh b/compare.sh index 3ad555b8e..142de2079 100755 --- a/compare.sh +++ b/compare.sh @@ -8,4 +8,4 @@ fi hexdump -C pokecrystal.gbc > pokecrystal.txt -diff baserom.txt pokecrystal.txt | less +diff -u baserom.txt pokecrystal.txt | less