diff options
-rw-r--r-- | pokemontools/audio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/audio.py b/pokemontools/audio.py index 1ace4b1..1cce1fe 100644 --- a/pokemontools/audio.py +++ b/pokemontools/audio.py @@ -131,7 +131,7 @@ class Channel: while not done: cmd = rom[self.address] - class_ = self.get_sound_class(cmd)(address=self.address) + class_ = self.get_sound_class(cmd)(address=self.address, channel=self.channel) # notetype loses the intensity param on channel 4 if class_.macro_name == 'notetype': |