summaryrefslogtreecommitdiff
path: root/vba/vba_config.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-09-08 22:52:50 -0500
committerBryan Bishop <kanzure@gmail.com>2013-09-08 22:52:50 -0500
commit72cdd7ba645e02c928fd56def4465e38e4c03709 (patch)
treea3f6411a4170d07a67e1ae03155176a72f535b8f /vba/vba_config.py
parent5ce5342833f8170390c0112ed6047243e67465a9 (diff)
move vba/ -> pokemontools/vba/
Diffstat (limited to 'vba/vba_config.py')
-rw-r--r--vba/vba_config.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/vba/vba_config.py b/vba/vba_config.py
deleted file mode 100644
index 4433f16..0000000
--- a/vba/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")