mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-27 20:54:08 -05:00
fix syntax error in audio.py
This commit is contained in:
@@ -209,7 +209,7 @@ class Channel:
|
||||
for class_ in sound_classes:
|
||||
if class_.id == i:
|
||||
return class_
|
||||
if self.channel in [4. 8]: return Noise
|
||||
if self.channel in [4, 8]: return Noise
|
||||
return Note
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user