From 14750f367c8217f11c644d6ba446742185e0a681 Mon Sep 17 00:00:00 2001 From: Dazed Date: Mon, 7 Aug 2023 12:02:48 -0500 Subject: [PATCH] Translate Poker --- www/js/plugins/Tatsu_HighAndLowByDobby.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/js/plugins/Tatsu_HighAndLowByDobby.js b/www/js/plugins/Tatsu_HighAndLowByDobby.js index 9a8e2cd..be7b50d 100644 --- a/www/js/plugins/Tatsu_HighAndLowByDobby.js +++ b/www/js/plugins/Tatsu_HighAndLowByDobby.js @@ -1204,9 +1204,9 @@ Window_HighAndLow_Select.prototype.initialize = function (wx, wy, ww, wh) { Window_Selectable.prototype.initialize.call(this, wx, wy, ww, wh); this._data = new Array(); - this._data.push('大きい'); - this._data.push('同じ'); - this._data.push('小さい'); + this._data.push('Bigger'); + this._data.push('Same'); + this._data.push('Smaller'); this.select(0); this.refresh(); };