apply refactor tool to ovl2

This commit is contained in:
Joshua Bell 2018-02-23 21:10:21 -08:00
parent b2e2779d39
commit c4617510d7
2 changed files with 234 additions and 436 deletions

File diff suppressed because it is too large Load Diff

View File

@ -159,4 +159,8 @@ $text =~ s/
\s+ rts \b
/return $1/gx;
$text =~ s/
\b brk \b
/.byte 0/gx;
print $text;