Skip to content

Commit

Permalink
first_diff
Browse files Browse the repository at this point in the history
  • Loading branch information
hensldm committed Feb 16, 2024
1 parent 28bc070 commit 0718460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/first_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def firstDiffMain():

buildFolder = Path("build")

BUILTROM = buildFolder / f"yoshisstory.{args.version}.z64"
BUILTMAP = buildFolder / f"yoshisstory.{args.version}.map"
BUILTROM = buildFolder / f"yoshisstory-{args.version}.z64"
BUILTMAP = buildFolder / f"yoshisstory-{args.version}.map"

EXPECTEDROM = "expected" / BUILTROM
EXPECTEDMAP = "expected" / BUILTMAP
Expand Down

0 comments on commit 0718460

Please sign in to comment.