mirror of
https://github.com/snesrev/zelda3.git
synced 2025-12-23 21:04:51 -05:00
functools.cache doesn't exist in Python3.8
This commit is contained in:
@@ -2,13 +2,12 @@ from ast import literal_eval as make_tuple
|
||||
import sys
|
||||
import text_compression
|
||||
import util
|
||||
from util import get_bytes, get_words, get_byte, get_word, get_int8, get_int16
|
||||
from util import get_bytes, get_words, get_byte, get_word, get_int8, get_int16, cache
|
||||
import tables
|
||||
import yaml
|
||||
import extract_music
|
||||
import os
|
||||
import sprite_sheets
|
||||
from functools import cache
|
||||
|
||||
def print_map32_to_map16(f):
|
||||
for i in range(2218):
|
||||
|
||||
Reference in New Issue
Block a user