diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-27 16:39:09 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-07-02 19:29:49 -0500 |
commit | e3c0fb5a8577c780fee23fb21c1333c45cc37ebe (patch) | |
tree | d5878c504c074d0c8c1ff64082980e0036a66169 /asmdiff_de_debug.sh | |
parent | ec5f42fd36af2ac7a1bec4778b50f79851eb8a8a (diff) |
Fix building German Debug
Diffstat (limited to 'asmdiff_de_debug.sh')
-rwxr-xr-x | asmdiff_de_debug.sh | 2 |
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 |