From aaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 9 Aug 2015 16:42:07 -0400 Subject: Fix typos up to end of home/audio.asm --- compare.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 compare.sh (limited to 'compare.sh') diff --git a/compare.sh b/compare.sh new file mode 100644 index 00000000..6ef030bb --- /dev/null +++ b/compare.sh @@ -0,0 +1,11 @@ +#!/bin/sh +# Compares baserom.gbc and pokeyellow.gbc + +# create baserom.txt if necessary +if [ ! -f baserom.txt ]; then + hexdump -C baserom.gbc > baserom.txt +fi + +hexdump -C pokeyellow.gbc > pokeyellow.txt + +diff -u baserom.txt pokeyellow.txt | less \ No newline at end of file -- cgit v1.3.1-sl0p