skip splashes during development

This commit is contained in:
Kistaro Windrider 2024-02-11 13:03:17 -08:00
parent 304480553f
commit eb0ccb50aa
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

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