summaryrefslogtreecommitdiff
path: root/diff.sh
diff options
context:
space:
mode:
authorM <No Email>2018-01-06 14:55:38 +0100
committerM <No Email>2018-01-06 14:55:38 +0100
commit842ffa33b3964d43a896be4f9248c33200b7137a (patch)
treec73c383ffe6ea0ee99e76b8da16457bd3e14218f /diff.sh
parente9bb490023f346697b4f432a9add1fe158f2038d (diff)
fix indents and build, remove diff.sh
Diffstat (limited to 'diff.sh')
-rw-r--r--diff.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/diff.sh b/diff.sh
deleted file mode 100644
index a4b465b6e..000000000
--- a/diff.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-OBJDUMP="$DEVKITARM/bin/arm-none-eabi-objdump -D -bbinary -marmv4t -Mforce-thumb"
-OPTIONS="--start-address=$(($1)) --stop-address=$(($1 + $2))"
-$OBJDUMP $OPTIONS baserom.gba > baserom.dump
-$OBJDUMP $OPTIONS pokeruby.gba > pokeruby.dump
-diff baserom.dump pokeruby.dump