タイトルメニューの
『続きから』の項目を消そうと思い、
rpg_windows.jsの5753行目を下記の様にコメントアウトしました。
コード: 全て選択
Window_TitleCommand.prototype.makeCommandList = function() {
this.addCommand(TextManager.newGame, 'newGame');
//this.addCommand(TextManager.continue_, 'continue', this.isContinueEnabled());
this.addCommand(TextManager.options, 'options');
ReferenceError
Window_TitleCommand is not defined
というエラーメッセージが表示され
タイトル画面が起動しなくなりました。
どなたか解決法がわかりましたら
ご助言よろしくお願い致します。