fix indentation
This commit is contained in:
parent
5b997936f0
commit
ae58950209
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user