mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-12-26 21:24:12 +08:00
Update lunajspatch.js
This commit is contained in:
parent
a37f7c833b
commit
55579d3e9d
@ -45,8 +45,8 @@ function clipboardsender(s,lpsplit){
|
|||||||
function rpgmakerhook(){
|
function rpgmakerhook(){
|
||||||
|
|
||||||
if(Window_Message.prototype.originstartMessage)return;
|
if(Window_Message.prototype.originstartMessage)return;
|
||||||
Window_Base.prototype.drawTextEx_origin=Window_Base.prototype.drawTextEx;//selections
|
Window_Base.prototype.drawTextEx_origin=Window_Base.prototype.drawTextEx;
|
||||||
Window_Base.prototype.drawText_origin=Window_Base.prototype.drawText;//startup menu
|
Window_Base.prototype.drawText_origin=Window_Base.prototype.drawText;
|
||||||
Window_Message.prototype.originstartMessage=Window_Message.prototype.startMessage;
|
Window_Message.prototype.originstartMessage=Window_Message.prototype.startMessage;
|
||||||
Bitmap.prototype.origin_makeFontNameText=Bitmap.prototype._makeFontNameText;
|
Bitmap.prototype.origin_makeFontNameText=Bitmap.prototype._makeFontNameText;
|
||||||
Bitmap.prototype._makeFontNameText=function(){
|
Bitmap.prototype._makeFontNameText=function(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user