mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
(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:
parent
9b8aa057fc
commit
ae33244a7e
@ -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+/ )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user