summaryrefslogtreecommitdiff
path: root/vba_config.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-09-10 21:18:30 -0700
committerBryan Bishop <kanzure@gmail.com>2013-09-10 21:18:30 -0700
commit50341bae50b4318800dcea5694e95b239ed8fbb0 (patch)
treed2060ae537a36cc649b22785c46915dd1c9813ca /vba_config.py
parentcb65c31968305b0572ca5452291afcf058cef3a2 (diff)
parent42c7b0348386fdd0d3fc3b64ad81ee8ee7779824 (diff)
Merge pull request #21 from kanzure/vba-automation
Start moving away from jvm/jython.
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")