From 138637d8f367bd066a4ad5f3c592299c5cab35e4 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 8 Sep 2013 11:06:13 -0500 Subject: move vba tools into vba/ --- vba_config.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 vba_config.py (limited to 'vba_config.py') diff --git a/vba_config.py b/vba_config.py deleted file mode 100644 index 4433f16..0000000 --- a/vba_config.py +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/jython -# -*- encoding: 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