summaryrefslogtreecommitdiff
path: root/gfx.py
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-11-14 16:34:47 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-11-14 16:34:47 -0500
commit779009b5d2f44ae7fe6e739123ec05fb61724932 (patch)
tree8fb22a52442d372f119ce8f27d9f70401842a0fd /gfx.py
parentde48493e74307574b9aa3098e85791f1c52e44d6 (diff)
engine/menu/status_screen.asm
Also fix gfx.py from not recognizing modules in extras/pokemontools
Diffstat (limited to 'gfx.py')
-rw-r--r--gfx.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx.py b/gfx.py
index 244b0e3b..e2788648 100644
--- a/gfx.py
+++ b/gfx.py
@@ -2,6 +2,7 @@
import os
import sys
+sys.path.insert(0,(os.path.abspath(os.path.dirname(__file__) + 'extras/pokemontools'))) # correct module path to pokemontools
import png
from math import sqrt, floor, ceil
import argparse