diff options
author | camthesaxman <cameronghall@cox.net> | 2019-07-28 20:36:33 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2019-07-28 20:36:33 -0500 |
commit | e03220c21de7c33e1ddeb3fd0585378da37d8b51 (patch) | |
tree | 57da1db9027de960c4b066bdcf6ab17c03753791 /asmdiff.sh | |
parent | 00b44d588618c9a0feff1285183c183f1c97f1bb (diff) | |
parent | d442be12102ed3493c04b3688f37a4ffad6606f7 (diff) |
Merge branch 'master' into filenames_1
Diffstat (limited to 'asmdiff.sh')
-rwxr-xr-x | asmdiff.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asmdiff.sh b/asmdiff.sh index 4654b2101..414a43826 100755 --- a/asmdiff.sh +++ b/asmdiff.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.gba > baserom.dump $OBJDUMP $OPTIONS pokeruby.gba > pokeruby.dump -diff -u baserom.dump pokeruby.dump | less +colordiff -u baserom.dump pokeruby.dump |