mirror of
https://github.com/zeldaret/tmc
synced 2026-07-08 06:30:33 -04:00
decompile script functions
This commit is contained in:
+2
-2
@@ -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))"
|
||||
|
||||
Reference in New Issue
Block a user