Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

Also you can use cartridge metadata to init palette https://github.com/nesbox/tic.computer/wiki#cartri...

Try to add the code to initialize pico palette in the correct order

-- pal: 0000001d2b537e2553008751ab52365f574fc2c3c7fff1e8ff004dffa300ffec2700e43629adff83769cff77a8ffccaa

Interesting idea btw

Thanks

(1 edit)

Ah, I didn't realize you could do that--thanks. There may still be an advantage to storing it outside of the metadata so that changing/restoring the screen palette via pal(a,b,1) will work—but I guess I could always pull it directly out of memory during initialization.