summaryrefslogtreecommitdiff
path: root/asmdiff_de_debug.sh
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-06-27 16:39:09 -0400
committerhuderlem <huderlem@gmail.com>2019-07-02 19:29:49 -0500
commite3c0fb5a8577c780fee23fb21c1333c45cc37ebe (patch)
treed5878c504c074d0c8c1ff64082980e0036a66169 /asmdiff_de_debug.sh
parentec5f42fd36af2ac7a1bec4778b50f79851eb8a8a (diff)
Fix building German Debug
Diffstat (limited to 'asmdiff_de_debug.sh')
-rwxr-xr-xasmdiff_de_debug.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/asmdiff_de_debug.sh b/asmdiff_de_debug.sh
index 837b88cd2..131e6b232 100755
--- a/asmdiff_de_debug.sh
+++ b/asmdiff_de_debug.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_debug.gba > baserom_de_debug.dump
$OBJDUMP $OPTIONS pokeruby_de_debug.gba > pokeruby_de_debug.dump
-diff baserom_de_debug.dump pokeruby_de_debug.dump
+diff -u baserom_de_debug.dump pokeruby_de_debug.dump