skip splashes during development

This commit is contained in:
2024-02-11 13:03:17 -08:00
parent 304480553f
commit eb0ccb50aa

View File

@ -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()