From ae58950209475da8db6a17eb87f74ed70e2a7fb6 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sun, 4 Feb 2024 21:01:19 -0800 Subject: [PATCH] fix indentation --- vacation.p8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vacation.p8 b/vacation.p8 index 7c14a6b..ff970de 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -230,6 +230,8 @@ function _init() -- complex fill API mode poke(0x5f34, 1) + -- per-line color mode + poke(0x5f5f, 0x10) mainview = newtitle() end @@ -413,8 +415,6 @@ game_uw_pal = { } function setup_arcade_pal() - -- per-line color mode - poke(0x5f5f, 0x10) -- rows 72 and lower: sea memset(0x5f79,0xff,7) pal()