Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Nov 11, 2023
1 parent b82b1ef commit cda63ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/zelda.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def patch(self):

if self.args.no_beep:
# Disable TIME/CLOCK second beep
self.external.nop(0x0032002c, 4)
self.external.nop(0x0032002C, 4)

if False:
# This doesn't quite work yet
Expand Down

0 comments on commit cda63ed

Please sign in to comment.