summaryrefslogtreecommitdiff
path: root/asmdiff_de.sh
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-24 10:44:43 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-24 10:44:43 -0400
commit10ae28cd3615d16f2fbf9d94e58cf65ef9e086e0 (patch)
treec1af98c3105f31044fe77535eb90d421dcf26b96 /asmdiff_de.sh
parent0f1c5702095cfae905fd9a1a82e4775a0cb7ebf6 (diff)
Finish porting contest data to C
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