From 2e7fbb9fd4dca8dc4c38b030f45daa55057d67c1 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Fri, 16 Feb 2024 19:28:02 -0800 Subject: [PATCH] fix bad y offset after file change carryover from the original y-position bug --- vacation.p8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vacation.p8 b/vacation.p8 index 9128b41..cac417b 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -757,7 +757,7 @@ function zonk_mode:next_file() if #self.files > 0 then self.file=split(deli(self.files,1), "\n") self.expect_cfg_line=true - self.cy=5 + self.cy=0 self.cx=0 end end