fix rom path in another redtool

This commit is contained in:
Bryan Bishop
2013-09-11 10:56:31 -05:00
parent e74f9833a1
commit 435180a2cd

View File

@@ -6,8 +6,8 @@ import json
#parse hex values as base 16 (see calculate_pointer)
base = 16
#where to load the rom from
rom_filename = "../baserom.gbc"
# TODO: load the rom based on config.rom_path
rom_filename = os.path.join(os.getcwd(), "baserom.gbc")
rom = None #load the rom later
#map header pointers start at 0x1AE