mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-22 02:04:08 -05:00
fix rom path in another redtool
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user