diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-14 16:34:47 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-14 16:34:47 -0500 |
commit | 779009b5d2f44ae7fe6e739123ec05fb61724932 (patch) | |
tree | 8fb22a52442d372f119ce8f27d9f70401842a0fd /gfx.py | |
parent | de48493e74307574b9aa3098e85791f1c52e44d6 (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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |