From 55af0392e132f874921efe362251455df701d81b Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 9 Sep 2013 00:20:37 -0500 Subject: remove vba_config and just use pokemontools.config --- pokemontools/vba/vba_config.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 pokemontools/vba/vba_config.py (limited to 'pokemontools/vba/vba_config.py') diff --git a/pokemontools/vba/vba_config.py b/pokemontools/vba/vba_config.py deleted file mode 100644 index 3eb5983..0000000 --- a/pokemontools/vba/vba_config.py +++ /dev/null @@ -1,11 +0,0 @@ -# -*- coding: utf-8 -*- -import os - -# by default we assume the user has vba in pokecrystal/extras -project_path = os.path.abspath(os.path.join(os.path.dirname( __file__ ), '..')) - -# save states are in pokecrystal/save-states/ -save_state_path = os.path.join(project_path, "save-states") - -# where is your rom? -rom_path = os.path.join(project_path, "baserom.gbc") -- cgit v1.2.3