summaryrefslogtreecommitdiff
path: root/utils/gfx.py
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2020-09-22 15:57:42 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2020-09-22 15:57:42 -0400
commit82cec686eca214edc5b2749b0f7a3cad60cb507b (patch)
treede67a5062eca335c0472ca70c6cb29421be88bd5 /utils/gfx.py
parente5c256c092df34ab95bdd2dd9fe4ddef288182b4 (diff)
Use Japanese charmap characters
Diffstat (limited to 'utils/gfx.py')
-rw-r--r--utils/gfx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gfx.py b/utils/gfx.py
index a9e56d4..f25b90f 100644
--- a/utils/gfx.py
+++ b/utils/gfx.py
@@ -30,7 +30,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):