diff --git a/picohaven100e.lua b/picohaven100e.lua index 95689cf..f935f59 100644 --- a/picohaven100e.lua +++ b/picohaven100e.lua @@ -2408,7 +2408,7 @@ function initsplash() _updstate,_drwstate=_updsplash,_drawsplash splashmenu={"start new game"} --selx,sely=1,1 --not needed as set in changestate() - if (dget(0)==0) add(splashmenu,"continue game",1) + if (dget(0)==1) add(splashmenu,"continue game",1) end function _updsplash() diff --git a/picohaven100e.p8.png b/picohaven100e.p8.png index 82ed47c..8d2ad15 100644 Binary files a/picohaven100e.p8.png and b/picohaven100e.p8.png differ diff --git a/picohaven100e_minify.lua b/picohaven100e_minify.lua index 9b40f67..b573145 100644 --- a/picohaven100e_minify.lua +++ b/picohaven100e_minify.lua @@ -1366,7 +1366,7 @@ end function initsplash() _updstate,_drwstate=_updsplash,_drawsplash splashmenu={"start new game"} -if (dget(0)==0) add(splashmenu,"continue game",1) +if (dget(0)==1) add(splashmenu,"continue game",1) end function _updsplash() selxy_update_clamped(1,#splashmenu)