mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-12-16 07:51:27 +13:00
relative filepath to baserom.gbc in extras/extract_maps.py
hg-commit-id: 44eadb4acdfb
This commit is contained in:
parent
35242959aa
commit
da22152bff
|
|
@ -8,7 +8,7 @@ import json
|
||||||
base = 16
|
base = 16
|
||||||
|
|
||||||
#where to load the rom from
|
#where to load the rom from
|
||||||
rom_filename = "baserom.gbc"
|
rom_filename = "../baserom.gbc"
|
||||||
rom = None #load the rom later
|
rom = None #load the rom later
|
||||||
|
|
||||||
#map header pointers start at 0x1AE
|
#map header pointers start at 0x1AE
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue