Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
/ DDLC-LOVE Public archive

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Jan 7, 2019
1 parent 686c5b9 commit b51147f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion game/main.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dversion = 'v1.0.1'
dversion = 'v1.0.2'
dvertype = ''

getTime = 0
Expand Down
2 changes: 0 additions & 2 deletions game/scripts/script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,6 @@ function event_init(etype,arg1,arg2)
elseif etype == 'just_monika' then
if arg1 == 'ch30' then
splash = lg.newImage('images/bg/splash-glitch2.png')
else
splash = lg.newImage('images/bg/splash.png')
end
elseif etype == 'natsuki_ch22' then --oh snap
ghost_blood = lg.newImage('images/natsuki/ghost_blood.png')
Expand Down
2 changes: 1 addition & 1 deletion game/states/load.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function checkLoad()
elseif model == '1000' then
err = [[
Error!
PSP 1000 system detected. DDLC-LOVE will not run properly on this model because
PSP 1000 system detected. DDLC-LOVE will not run on this model because
of the lack of RAM. (32 MB on 1000, 64 MB on other models)
]]
elseif os_timecheck then
Expand Down

0 comments on commit b51147f

Please sign in to comment.