diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2019-08-10 22:06:31 -0400 |
---|---|---|
committer | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2019-08-10 22:06:31 -0400 |
commit | c7188a70d8b0f1b7a8309d3af4d63719255eafb6 (patch) | |
tree | 4a51d4a0cfe7c9cbe063229181cb5534d06b0cad /asmdiff.sh | |
parent | d75a62af27b3cc472fdbd8facca146f2744d2572 (diff) |
save.c - sub_8011CA8() to ReadSaveSector()
Diffstat (limited to 'asmdiff.sh')
-rw-r--r-- | asmdiff.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |