Skip to content

Instantly share code, notes, and snippets.

View Blqtent's full-sized avatar
🎯
Focusing

Blqtent Blqtent

🎯
Focusing
  • America
  • 23:04 (UTC -12:00)
View GitHub Profile
@Blqtent
Blqtent / thing.jack
Last active February 18, 2022 03:39
function void draw(int location) {
var int memAddress;
let memAddress = 16384+location;
// column 0
do Memory.poke(memAddress, -1);
do Memory.poke(memAddress +32, 1);
do Memory.poke(memAddress +64, 1);
do Memory.poke(memAddress +96, 1);
do Memory.poke(memAddress +128, 1);
do Memory.poke(memAddress +160, 1);