mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-06-23 08:00:17 -05:00
fix some configuration in vba/vba.py
This commit is contained in:
parent
1d2239e091
commit
efd71a5cd3
|
|
@ -19,8 +19,8 @@ from pokemontools.map_names import map_names
|
|||
import keyboard
|
||||
|
||||
# just use a default config for now until the globals are removed completely
|
||||
import pokemontools.config as conf
|
||||
config = conf.Config()
|
||||
import pokemontools.configuration as configuration
|
||||
config = configuration.Config()
|
||||
project_path = config.path
|
||||
save_state_path = config.save_state_path
|
||||
rom_path = config.rom_path
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user