mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +01:00
fix find_duplicates
This commit is contained in:
parent
b127733cfa
commit
0989f8daa0
@ -16,7 +16,7 @@ build_dir = root_dir + "build/"
|
|||||||
|
|
||||||
|
|
||||||
def read_rom():
|
def read_rom():
|
||||||
with open("ver/current/baserom.z64", "rb") as f:
|
with open(root_dir + "ver/current/baserom.z64", "rb") as f:
|
||||||
return f.read()
|
return f.read()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user