From 50ed8b3e437e084122aa70865a0c468ca3c8b543 Mon Sep 17 00:00:00 2001 From: theo Date: Sat, 6 Jun 2020 16:23:21 -0700 Subject: [PATCH] fixed calcrom.pl --- calcrom.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calcrom.pl b/calcrom.pl index 83051c67..7472ab23 100644 --- a/calcrom.pl +++ b/calcrom.pl @@ -75,7 +75,7 @@ my @sorted = sort { $a->[1] <=> $b->[1] } @pairs; # # You'd expect this to take a while, because of uniq. It runs in under a second, # though. Uniq is pretty fast! -my $base_cmd = "nm zeldatmc.elf | awk '{print \$3}' | grep '^[^_].\\{4\\}' | uniq"; +my $base_cmd = "nm tmc.elf | awk '{print \$3}' | grep '^[^_].\\{4\\}' | uniq"; # This looks for Unknown_, Unknown_, or sub_, followed by just numbers. Note that # it matches even if stuff precedes the unknown, like sUnknown/gUnknown.