Skip to content

Instantly share code, notes, and snippets.

@atshane253
atshane253 / ALTTP Randomizer HUD.lua
Last active October 4, 2017 15:58
ALTTP Randomizer HUD Watcher lua script
local timer = 15 * 60
-- sram trace
local address = 0x1E00
local range = 0x01E0
-- private
local old
local log = {}
local _timer = timer
#!/usr/bin/env python3
import re
from contextlib import closing
from epub import create_epub, DEFAULT_STYLESHEET
import requests
import requests_cache
from bs4 import BeautifulSoup
from smartypants import smartypants