diff options
Diffstat (limited to 'extras')
-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 |