Some stuff

This commit is contained in:
dazedanon 2025-10-02 10:17:37 -05:00
parent d2a50a356c
commit c0fe5cf74a
4 changed files with 5 additions and 5 deletions

View file

@ -6103,7 +6103,7 @@
"code": 401, "code": 401,
"indent": 0, "indent": 0,
"parameters": [ "parameters": [
"[???:] \"Hey, come on. Just help me out a little, that's all I'm\nasking.\"" "\"Hey, come on. Just help me out a little, that's all I'm\nasking.\""
] ]
}, },
{ {

View file

@ -140,7 +140,7 @@
"Body", "Body",
"Accessory" "Accessory"
], ],
"gameTitle": "Treasure: The Irreplaceable Thing I Found \n[Press A for auto message] [Press S to view message log] [Press Q to temporarily hide message window] [Press W during events to load]", "gameTitle": "Treasure: The Irreplaceable Thing I Found v1.06 [A Auto|S Log|Q Hide|W Load] | TL: DazedAnon & O&M",
"gameoverMe": { "gameoverMe": {
"name": "Gameover1", "name": "Gameover1",
"pan": 0, "pan": 0,

View file

@ -307,7 +307,7 @@ var $plugins = [
DisableShowFastSwitch: "", DisableShowFastSwitch: "",
"<Option>": "", "<Option>": "",
OptionPosition: "7", OptionPosition: "7",
OptionName: "メッセージ速度", OptionName: "Message Speed",
MessageSpeedList: MessageSpeedList:
'["{\\"Name\\":\\"50%\\",\\"MessageSpeed\\":\\"50\\"}","{\\"Name\\":\\"75%\\",\\"MessageSpeed\\":\\"75\\"}","{\\"Name\\":\\"100%\\",\\"MessageSpeed\\":\\"100\\"}","{\\"Name\\":\\"150%\\",\\"MessageSpeed\\":\\"150\\"}","{\\"Name\\":\\"200%\\",\\"MessageSpeed\\":\\"200\\"}","{\\"Name\\":\\"瞬間\\",\\"MessageSpeed\\":\\"99999\\"}"]', '["{\\"Name\\":\\"50%\\",\\"MessageSpeed\\":\\"50\\"}","{\\"Name\\":\\"75%\\",\\"MessageSpeed\\":\\"75\\"}","{\\"Name\\":\\"100%\\",\\"MessageSpeed\\":\\"100\\"}","{\\"Name\\":\\"150%\\",\\"MessageSpeed\\":\\"150\\"}","{\\"Name\\":\\"200%\\",\\"MessageSpeed\\":\\"200\\"}","{\\"Name\\":\\"瞬間\\",\\"MessageSpeed\\":\\"99999\\"}"]',
}, },

View file

@ -1121,7 +1121,7 @@ Scene_MenuBase.prototype.helpAreaBottom = function() {
}; };
Scene_MenuBase.prototype.helpAreaHeight = function() { Scene_MenuBase.prototype.helpAreaHeight = function() {
return this.calcWindowHeight(2, false); return this.calcWindowHeight(3, false);
}; };
Scene_MenuBase.prototype.mainAreaTop = function() { Scene_MenuBase.prototype.mainAreaTop = function() {
@ -3304,7 +3304,7 @@ Scene_Battle.prototype.helpAreaBottom = function() {
}; };
Scene_Battle.prototype.helpAreaHeight = function() { Scene_Battle.prototype.helpAreaHeight = function() {
return this.calcWindowHeight(2, false); return this.calcWindowHeight(3, false);
}; };
Scene_Battle.prototype.buttonAreaTop = function() { Scene_Battle.prototype.buttonAreaTop = function() {