mirror of
https://github.com/pmret/papermario.git
synced 2025-12-25 01:02:26 -05:00
fix find_duplicates
This commit is contained in:
@@ -16,7 +16,7 @@ build_dir = root_dir + "build/"
|
||||
|
||||
|
||||
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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user