diff --git a/www.br/js/plugins/Omori Title Screen.js b/www.br/js/plugins/Omori Title Screen.js index 53fd39f..593f2c2 100644 --- a/www.br/js/plugins/Omori Title Screen.js +++ b/www.br/js/plugins/Omori Title Screen.js @@ -387,7 +387,7 @@ Scene_OmoriTitleScreen.prototype.createTitleCommands = function() { // Initialize Title Comands this._titleCommands = []; // Text Array - var textList = ['NOVO JOGO', 'CONTINUAR', 'OPÇÕES', 'PORTED BY'] + var textList = ['NOVO JOGO', 'CONTINUAR', 'OPÇÕES', 'PORTADO POR'] // Get Center X Position var centerX = 43; // Go Through Text Array