mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-26 13:22:57 -04:00
e74f9833a1
This will be fixed when redtools is merged into the rest of the junk, but for now the path will just be the cwd. This is necessary for pokered gbz80disasm.
7 lines
155 B
Python
7 lines
155 B
Python
import os
|
|
|
|
# TODO: use actual configuration
|
|
# Assume that the main pokered project dir is the current working directory
|
|
# (cwd).
|
|
pokered_dir = os.getcwd()
|