summaryrefslogtreecommitdiff
path: root/asmdiff.sh
diff options
context:
space:
mode:
authorKermalis <29823718+Kermalis@users.noreply.github.com>2019-08-10 22:06:31 -0400
committerKermalis <29823718+Kermalis@users.noreply.github.com>2019-08-10 22:06:31 -0400
commitc7188a70d8b0f1b7a8309d3af4d63719255eafb6 (patch)
tree4a51d4a0cfe7c9cbe063229181cb5534d06b0cad /asmdiff.sh
parentd75a62af27b3cc472fdbd8facca146f2744d2572 (diff)
save.c - sub_8011CA8() to ReadSaveSector()
Diffstat (limited to 'asmdiff.sh')
-rw-r--r--asmdiff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/asmdiff.sh b/asmdiff.sh
index a4afe79..7c20855 100644
--- 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 pmd_red.gba > pmd_red.dump
-diff -u baserom.dump pmd_red.dump | less \ No newline at end of file
+diff -u baserom.dump pmd_red.dump