diff --git a/PSVita Assets/sce_sys/param.sfo b/PSVita Assets/sce_sys/param.sfo index 3a16dd8f..1ab16c25 100644 Binary files a/PSVita Assets/sce_sys/param.sfo and b/PSVita Assets/sce_sys/param.sfo differ diff --git a/game/draw.lua b/game/draw.lua index b1585694..60709b7a 100644 --- a/game/draw.lua +++ b/game/draw.lua @@ -1,8 +1,8 @@ lg = love.graphics local drawbottom local xps = {c=260,ct=285,textbox=230,namebox=260} -local yps = {c=590,ct=532,textbox=565,namebox=526} -local gui_ctc_x = 1010 +local yps = {c=593,ct=532,textbox=565,namebox=526} +local gui_ctc_x = 1015 local xh local yh @@ -146,9 +146,9 @@ end function drawTextBox() if sectimer >= 0.5 then - gui_ctc_x = math.max(gui_ctc_x - 0.1, 1010) + gui_ctc_x = math.max(gui_ctc_x - 0.1, 1015) else - gui_ctc_x = math.min(gui_ctc_x + 0.1, 1015) + gui_ctc_x = math.min(gui_ctc_x + 0.1, 1020) end if (not menu_enabled or (event_enabled and textbox_enabled)) and not poem_enabled then diff --git a/game/scripts/script.lua b/game/scripts/script.lua index d672407e..820b8dbc 100644 --- a/game/scripts/script.lua +++ b/game/scripts/script.lua @@ -66,13 +66,13 @@ function cw(p1, stext, tag) end if style_edited then - c_a1 = 55 + c_a1 = 52 else - c_a1 = 75 + c_a1 = 70 end c_disp = wrap(textx,c_a1) - local temptext = wrap(stext,75) + local temptext = wrap(stext,70) local temptext2 = ct..': '..temptext if history[1] ~= temptext and history[1] ~= temptext2 then for i = 30, 1, -1 do @@ -103,8 +103,7 @@ function cw(p1, stext, tag) end function scriptCheck() - c_disp = {'','','',''} - textx = '' + c_disp = '' if poemsread ~= -1 and poemresponses and script_poemresponsesx then poemresponses()