summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 01:10:11 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 01:10:11 -0600
commitda22152bffeeeda5280c6af7e7a2a63e7761b98c (patch)
treeecf90e7e6cd0a73ac67410bdc94576069c67fef6 /extras
parent35242959aab2b2bd2e7fed5669d51d0c0f244337 (diff)
relative filepath to baserom.gbc in extras/extract_maps.py
hg-commit-id: 44eadb4acdfb
Diffstat (limited to 'extras')
-rw-r--r--extras/extract_maps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/extract_maps.py b/extras/extract_maps.py
index f1896014..3964ede0 100644
--- a/extras/extract_maps.py
+++ b/extras/extract_maps.py
@@ -8,7 +8,7 @@ import json
base = 16
#where to load the rom from
-rom_filename = "baserom.gbc"
+rom_filename = "../baserom.gbc"
rom = None #load the rom later
#map header pointers start at 0x1AE