From d8f23989b83cf8d133357c103d3188cc29cfee68 Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Wed, 9 Oct 2024 22:22:44 -0500 Subject: Fix the .wave5 comment for yellow sfx data --- audio/wave_samples.asm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/audio/wave_samples.asm b/audio/wave_samples.asm index cd789611..d35c80bd 100644 --- a/audio/wave_samples.asm +++ b/audio/wave_samples.asm @@ -30,9 +30,5 @@ ; duty 5 reads from sfx data .wave5 -; in audio 1: (used by audio/music/lavender.asm) -; dn 2, 1, 14, 2, 3, 3, 2, 8, 14, 1, 2, 2, 15, 15, 14, 10, 1, 0, 1, 4, 13, 12, 1, 0, 14, 3, 4, 1, 5, 1, 7, 3 -; in audio 2: -; dn 14, 12, 0, 2, 2, 0, 9, 1, 0, 7, 12, 0, 2, 0, 8, 1, 0, 7, 13, 0, 2, 0, 9, 1, 0, 7, 12, 0, 2, 12, 10, 1 -; in audio 3: (used by audio/music/pokemontower.asm) -; dn 2, 1, 14, 2, 3, 3, 2, 8, 14, 1, 2, 2, 15, 15, 2, 2, 15, 7, 2, 4, 2, 2, 15, 7, 3, 4, 2, 4, 15, 7, 4, 4 +; in audio 1: (used by audio/music/lavender.asm and audio/music/pokemontower.asm) +; dn 14, 13, 0, 0, 9, 0, 15, 0, 7, 7, 14, 12, 0, 2, 14, 8, 13, 12, 8, 1, 12, 1, 14, 11, 0, 0, 4, 11, 11, 1, 14, 11 -- cgit v1.3.1-sl0p