diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 13:44:03 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 13:44:03 -0500 |
commit | 2e9caa75d77d368ead271268406a24a1052b9d85 (patch) | |
tree | 78a69cf4fe8b3e547cc950f80479a21e78cd69d8 /extras/vba_config.py | |
parent | 1c3ebf956d5805b6aa1beaafeede89c92acde838 (diff) |
Move extras/ into a git submodule.
Diffstat (limited to 'extras/vba_config.py')
m--------- | extras | 0 | ||||
-rw-r--r-- | extras/vba_config.py | 12 |
2 files changed, 0 insertions, 12 deletions
diff --git a/extras b/extras new file mode 160000 +Subproject 13dfbba8d21b843cc3bb871ed06088ca72cde8c 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") |