Skip to content

Commit dd522eb

Browse files
committed
linting
1 parent e782970 commit dd522eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

patches/zelda.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,8 @@ def patch(self):
368368

369369
if self.args.no_hour_tune:
370370
# Disable TIME/CLOCK hour tune
371-
self.external[0x320025] = 0xE0 # Change 'bne' to 'b'. Will replace the 'hour tune' with a 'second beep'
371+
# Change 'bne' to 'b'. Will replace the 'hour tune' with a 'second beep'
372+
self.external[0x320025] = 0xE0
372373

373374
if self.args.no_second_beep:
374375
# Disable TIME/CLOCK second beep

0 commit comments

Comments
 (0)