A demake of Terraria, in PICO-8! · By cubee
Post any comments that don’t need their own thread here.
Hi! I found that your .p8 file has 23 duplicate lines in the textures.
It might be better to keep the links to the original lines to save space.
P.S. If you have enough space, add a blood moon or some other random event.
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.
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)