mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
update codescan
This commit is contained in:
parent
6a18fb8862
commit
761eef6130
@ -16,7 +16,7 @@ os.chdir(root_dir)
|
||||
for f in Path(root_dir).rglob("*.bin"):
|
||||
if "papermario" in f.name:
|
||||
continue
|
||||
if f.name in ["bin_11A440.bin", "code_71430.bin", "bootcode_font.bin", "bin_E20110.bin"]:
|
||||
if f.name in ["bin_11A440.bin", "code_71430.bin", "bootcode_font.bin"]:
|
||||
continue
|
||||
|
||||
ras = []
|
||||
|
Loading…
Reference in New Issue
Block a user