shithub: pokered

Download patch

ref: da22152bffeeeda5280c6af7e7a2a63e7761b98c
parent: 35242959aab2b2bd2e7fed5669d51d0c0f244337
author: Bryan Bishop <kanzure@gmail.com>
date: Mon Jan 2 20:10:11 EST 2012

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

hg-commit-id: 44eadb4acdfb


--- a/extras/extract_maps.py
+++ b/extras/extract_maps.py
@@ -8,7 +8,7 @@
 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