Revert migration to colordiff in asmdiff.sh

`colordiff` breaks output piping and invokes an additional dependency that no one needs
This commit is contained in:
PikalaxALT 2019-07-29 10:58:07 -04:00 committed by GitHub
parent 3f477dae36
commit 61c433d5c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.gba > baserom.dump
$OBJDUMP $OPTIONS pokeruby.gba > pokeruby.dump
colordiff -u baserom.dump pokeruby.dump
diff -u baserom.dump pokeruby.dump