Skip to content

Commit

Permalink
updating to upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
snallapa committed Jan 20, 2020
1 parent 5989251 commit 1d523e9
Show file tree
Hide file tree
Showing 291 changed files with 25,678 additions and 36,289 deletions.
2 changes: 1 addition & 1 deletion .travis/calcrom/calcrom.pl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# This looks for every symbol with an address at the end of it. Some things are
# given a name based on their type / location, but still have an unknown purpose.
# For example, FooMap_EventScript_FFFFFFF.
my $partial_doc_cmd = "grep '[0-9a-fA-F]\\{6,7\\}'";
my $partial_doc_cmd = "grep '_[0-28][0-9a-fA-F]\\{5,6\\}'";

my $count_cmd = "wc -l";

Expand Down
Loading

0 comments on commit 1d523e9

Please sign in to comment.