From 55579d3e9db82a9193f50024d70070876f0cae89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:14:29 +0800 Subject: [PATCH] Update lunajspatch.js --- LunaHook/resource/lunajspatch.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LunaHook/resource/lunajspatch.js b/LunaHook/resource/lunajspatch.js index 6c10036..3691be8 100644 --- a/LunaHook/resource/lunajspatch.js +++ b/LunaHook/resource/lunajspatch.js @@ -45,8 +45,8 @@ function clipboardsender(s,lpsplit){ function rpgmakerhook(){ if(Window_Message.prototype.originstartMessage)return; - Window_Base.prototype.drawTextEx_origin=Window_Base.prototype.drawTextEx;//selections - Window_Base.prototype.drawText_origin=Window_Base.prototype.drawText;//startup menu + Window_Base.prototype.drawTextEx_origin=Window_Base.prototype.drawTextEx; + Window_Base.prototype.drawText_origin=Window_Base.prototype.drawText; Window_Message.prototype.originstartMessage=Window_Message.prototype.startMessage; Bitmap.prototype.origin_makeFontNameText=Bitmap.prototype._makeFontNameText; Bitmap.prototype._makeFontNameText=function(){