Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

It appears that the world's final map tile, which often appears as a slime king, is caused by an addressing issue and is a fragment of RAM.

(1 edit)

yeah that tile is named Tian. it’s because Lua strings start at 1 rather than 0, and PICO-8’s number limit is the same as the map size, so it’s an off by one error with a value i could not index (at least not directly)