summaryrefslogtreecommitdiff
path: root/asmdiff_de.sh
diff options
context:
space:
mode:
Diffstat (limited to 'asmdiff_de.sh')
-rwxr-xr-xasmdiff_de.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/asmdiff_de.sh b/asmdiff_de.sh
index aa42daa5e..31673d136 100755
--- a/asmdiff_de.sh
+++ b/asmdiff_de.sh
@@ -4,4 +4,4 @@ OBJDUMP="$DEVKITARM/bin/arm-none-eabi-objdump -D -bbinary -marmv4t -Mforce-thumb
OPTIONS="--start-address=$(($1)) --stop-address=$(($1 + $2))"
$OBJDUMP $OPTIONS baserom_de.gba > baserom_de.dump
$OBJDUMP $OPTIONS pokeruby_de.gba > pokeruby_de.dump
-diff baserom_de.dump pokeruby_de.dump
+diff -u baserom_de.dump pokeruby_de.dump