fix indentation

This commit is contained in:
Kistaro Windrider 2024-02-04 21:01:19 -08:00
parent 5b997936f0
commit ae58950209
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -230,6 +230,8 @@ function _init()
-- complex fill API mode -- complex fill API mode
poke(0x5f34, 1) poke(0x5f34, 1)
-- per-line color mode
poke(0x5f5f, 0x10)
mainview = newtitle() mainview = newtitle()
end end
@ -413,8 +415,6 @@ game_uw_pal = {
} }
function setup_arcade_pal() function setup_arcade_pal()
-- per-line color mode
poke(0x5f5f, 0x10)
-- rows 72 and lower: sea -- rows 72 and lower: sea
memset(0x5f79,0xff,7) memset(0x5f79,0xff,7)
pal() pal()