Violence related censorship. dismemberment -> murder
I noticed that Sui still uses the "dismemberment" (バラバラ殺人) expression in the newspaper that Keiichi finds, so the change seems to be less about censorship and more about the tone Tomitake uses to describe the incident and limits the information available to Keiichi until he finds the newspaper.
This commit is contained in:
@@ -3316,8 +3316,8 @@ void main()
|
||||
ModDrawCharacter(1, 8, "sprite/sunset/tomi1_def_", "0", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
|
||||
//VoiceMatching
|
||||
if(GetGlobalFlag(GCensor) >= 2){ModCallScriptSection("zonik_002_vm0x_n01","dialog003");}
|
||||
if(GetGlobalFlag(GCensor) <= 1){ModCallScriptSection("zonik_002_vm00_n01","dialog003");}
|
||||
if(GetGlobalFlag(GCensor) >= 5){ModCallScriptSection("zonik_002_vm0x_n01","dialog003");}
|
||||
if(GetGlobalFlag(GCensor) <= 4){ModCallScriptSection("zonik_002_vm00_n01","dialog003");}
|
||||
//VoiceMatchingEnd
|
||||
|
||||
// (backup) SetValidityOfInput( FALSE );
|
||||
@@ -3646,8 +3646,8 @@ void main()
|
||||
|
||||
|
||||
//VoiceMatching
|
||||
if(GetGlobalFlag(GCensor) >= 2){ModCallScriptSection("zonik_002_vm0x_n01","dialog004");}
|
||||
if(GetGlobalFlag(GCensor) <= 1){ModCallScriptSection("zonik_002_vm00_n01","dialog004");}
|
||||
if(GetGlobalFlag(GCensor) >= 5){ModCallScriptSection("zonik_002_vm0x_n01","dialog004");}
|
||||
if(GetGlobalFlag(GCensor) <= 4){ModCallScriptSection("zonik_002_vm00_n01","dialog004");}
|
||||
//VoiceMatchingEnd
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user