(sato) GameCode -> InitialCode に修正。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2618 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
(no author) 2008-10-16 03:36:36 +00:00
parent 9b8aa057fc
commit ae33244a7e

View File

@ -78,9 +78,9 @@ foreach my $line ( @lines )
next;
}
if( $line =~ m/GameCode\t+/ )
if( $line =~ m/InitialCode\t+/ )
{
$line =~ s/\t\#?GameCode.*[a-zA-Z0-9]{4}/\tGameCode\t\t\t\t000A/;
$line =~ s/\t\#?InitialCode.*[a-zA-Z0-9]{4}/\tInitialCode\t\t\t\t000A/;
}
if( $line =~ m/TitleName\t+/ )