mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
use extras/labels.json and not ./labels.json in romstr.py
This commit is contained in:
parent
85d26e31a5
commit
58c696cfd3
@ -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 = {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user