You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
use extras/labels.json and not ./labels.json in romstr.py
This commit is contained in:
@ -49,6 +49,8 @@ class RomStr(str):
|
|||||||
""" Loads labels from labels.json, or parses the source code file and
|
""" Loads labels from labels.json, or parses the source code file and
|
||||||
generates new labels.
|
generates new labels.
|
||||||
"""
|
"""
|
||||||
|
filename = os.path.dirname(__file__) + "/" + filename
|
||||||
|
|
||||||
# blank out the hash
|
# blank out the hash
|
||||||
self.labels = {}
|
self.labels = {}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user