summaryrefslogtreecommitdiff
path: root/vba_config.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-09-08 11:06:13 -0500
committerBryan Bishop <kanzure@gmail.com>2013-09-08 11:06:13 -0500
commit138637d8f367bd066a4ad5f3c592299c5cab35e4 (patch)
tree417d5a613cba041e7b115999c1fc51a444c2ef7c /vba_config.py
parent15c04c9885c639bd9b52cd94f6dc5442df52fab0 (diff)
move vba tools into vba/
Diffstat (limited to 'vba_config.py')
-rw-r--r--vba_config.py12
1 files changed, 0 insertions, 12 deletions
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")