relative filepath to baserom.gbc in extras/extract_maps.py

hg-commit-id: 44eadb4acdfb
This commit is contained in:
Bryan Bishop 2012-01-03 01:10:11 -06:00
parent 35242959aa
commit da22152bff

View file

@ -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