mirror of
https://github.com/pret/pokered.git
synced 2026-08-28 12:25:03 -05:00
relative filepath to baserom.gbc in extras/extract_maps.py
hg-commit-id: 44eadb4acdfb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user