summaryrefslogtreecommitdiff
path: root/compare.sh
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-06-06 00:58:04 -0500
committerdannye <corrnondacqb@yahoo.com>2016-06-06 00:58:04 -0500
commit3af22139a90e9484221344ae6d34d737faa07608 (patch)
tree3ecb8638b4cb69dba1bed69cdc222d743f766fda /compare.sh
parentf928a5da6abc28af3f4e68650dfecc06a0a6f56a (diff)
Clean up Makefile
Diffstat (limited to 'compare.sh')
-rw-r--r--compare.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/compare.sh b/compare.sh
deleted file mode 100644
index 6ef030bb..00000000
--- a/compare.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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