From da22152bffeeeda5280c6af7e7a2a63e7761b98c Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 01:10:11 -0600 Subject: relative filepath to baserom.gbc in extras/extract_maps.py hg-commit-id: 44eadb4acdfb --- extras/extract_maps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/extract_maps.py') 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 -- cgit v1.2.3