summaryrefslogtreecommitdiff
path: root/asmdiff.sh
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-10-25 00:23:40 -0700
committertheo3 <arisstephenson2@gmail.com>2021-10-25 00:23:40 -0700
commit7f37362a1c333333ecbedfdb53acf921394fc728 (patch)
tree5cae61408f083006738ecab8f593af8c3718f54e /asmdiff.sh
parente65b27be08393adef2824fc26383c112f0d84c5a (diff)
decompile script functions
Diffstat (limited to 'asmdiff.sh')
-rwxr-xr-xasmdiff.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/asmdiff.sh b/asmdiff.sh
index 54cac7b5..bf6a907a 100755
--- a/asmdiff.sh
+++ b/asmdiff.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-buildname=tmc_eu
-baserom=baserom_eu
+buildname=tmc
+baserom=baserom
OBJDUMP="$DEVKITARM/bin/arm-none-eabi-objdump -D -bbinary -marmv4t -Mforce-thumb"
OPTIONS="--start-address=$(($1)) --stop-address=$(($1 + $2))"