summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pokemontools/gbz80disasm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemontools/gbz80disasm.py b/pokemontools/gbz80disasm.py
index 6759a4a..7499982 100644
--- a/pokemontools/gbz80disasm.py
+++ b/pokemontools/gbz80disasm.py
@@ -6,6 +6,7 @@ from copy import copy, deepcopy
from ctypes import c_int8
import random
import json
+
from wram import *
# New versions of json don't have read anymore.