diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 01:10:11 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 01:10:11 -0600 |
commit | da22152bffeeeda5280c6af7e7a2a63e7761b98c (patch) | |
tree | ecf90e7e6cd0a73ac67410bdc94576069c67fef6 /extras/extract_maps.py | |
parent | 35242959aab2b2bd2e7fed5669d51d0c0f244337 (diff) |
relative filepath to baserom.gbc in extras/extract_maps.py
hg-commit-id: 44eadb4acdfb
Diffstat (limited to 'extras/extract_maps.py')
-rw-r--r-- | extras/extract_maps.py | 2 |
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 |