From eb0ccb50aaa81e6fd92e662a706dca25689993a1 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sun, 11 Feb 2024 13:03:17 -0800 Subject: [PATCH] skip splashes during development --- vacation.p8 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/vacation.p8 b/vacation.p8 index 87d77ca..957850f 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -245,7 +245,15 @@ function _init() poke(0x5f34, 1) awakener_hold_frames = 0 - mainview = ao_splash.new() + -- debug mode: skip splahes + -- mainview = ao_splash.new() + arm_awakener() + mainview=newtitle() +end + +function arm_awakener() + awakener_hold_frames=0 + awakener_armed=true end function _update60()