170b
170b cartridge no sprites map sfx music only use a memcpy() and sfx() for generate a random blips and palette
Source Code: 170b edition
-- title: 170b -- author: nazarsade -- script: lua -- input: mouse r=math.random function TIC()sfx(0)for i=1,2800 do memcpy(r(0x14E36),r(0x14E36),r(0x14E36))end end | ||
Leave a comment
Log in with itch.io to leave a comment.