summaryrefslogtreecommitdiff
path: root/gfx.py
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2018-08-17 10:32:38 -0600
committerIIMarckus <iimarckus@gmail.com>2018-08-17 10:32:38 -0600
commitfc8ef52b371b1a7eee26710517aa2d8f72b273d1 (patch)
tree0d4f0f3132d05f6d92957b6d72b9b68f6a828a34 /gfx.py
parent1ac9752db0bb5c7804c95982ffe0fa3c3dd41f5e (diff)
Shuffle files around to closer match pokecrystal.
Diffstat (limited to 'gfx.py')
-rw-r--r--gfx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx.py b/gfx.py
index 04aecb5f..289319d1 100644
--- a/gfx.py
+++ b/gfx.py
@@ -28,7 +28,7 @@ base_stats = None
def get_base_stats():
global base_stats
if not base_stats:
- base_stats = recursive_read('data/base_stats.asm')
+ base_stats = recursive_read('data/pokemon/base_stats.asm')
return base_stats
def get_pokemon_dimensions(name):