summaryrefslogtreecommitdiff
path: root/extras/vba_config.py
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-30 13:33:09 -0700
committeryenatch <yenatch@gmail.com>2013-08-30 13:33:09 -0700
commit0b36af8da526ef1389d2c08bb61d6ea5fdb41f2e (patch)
tree243498feeaaa2a3726e8de489d4da0b8202ae95e /extras/vba_config.py
parentb86d0da040448f286aa65ff5b2bacb05fff200a8 (diff)
parentd2333a90c9eed0be38d722bfcd0d8b5dee0e56a7 (diff)
Merge pull request #3 from kanzure/proposed-yenatch-master
Proposed merge of kanzure/master into yenatch/master
Diffstat (limited to 'extras/vba_config.py')
m---------extras0
-rw-r--r--extras/vba_config.py12
2 files changed, 0 insertions, 12 deletions
diff --git a/extras b/extras
new file mode 160000
+Subproject 016f0206b5029fc83a6200be29b0f980c76dfd9
diff --git a/extras/vba_config.py b/extras/vba_config.py
deleted file mode 100644
index 4433f16c0..000000000
--- a/extras/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")