diff options
| author | dannye <corrnondacqb@yahoo.com> | 2016-07-27 19:30:57 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2016-07-27 19:30:57 -0500 |
| commit | 84c7985e67b0838fce04e49a0916aa5a873131b3 (patch) | |
| tree | 491367de9c6a0039cf73ad359bb58b640e509084 /audio/sfx/psybeam.asm | |
| parent | Clean up redundant labels (diff) | |
| download | pokeyellow-84c7985e67b0838fce04e49a0916aa5a873131b3.tar.gz pokeyellow-84c7985e67b0838fce04e49a0916aa5a873131b3.tar.xz pokeyellow-84c7985e67b0838fce04e49a0916aa5a873131b3.zip | |
Fix sound effect channel numbering
mostly so that sound effects that only use the noise channel are
labelled 'Ch7' instead of 'Ch1'
Diffstat (limited to 'audio/sfx/psybeam.asm')
| -rw-r--r-- | audio/sfx/psybeam.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/sfx/psybeam.asm b/audio/sfx/psybeam.asm index 893d4334..12a1b6fc 100644 --- a/audio/sfx/psybeam.asm +++ b/audio/sfx/psybeam.asm @@ -1,25 +1,25 @@ -SFX_Psybeam_Ch1: +SFX_Psybeam_Ch4: dutycycle 161 unknownsfx0x20 10, 241, 64, 6 unknownsfx0x20 10, 243, 128, 6 unknownsfx0x20 10, 242, 32, 6 - loopchannel 4, SFX_Psybeam_Ch1 + loopchannel 4, SFX_Psybeam_Ch4 unknownsfx0x20 10, 241, 64, 6 endchannel -SFX_Psybeam_Ch2: +SFX_Psybeam_Ch5: dutycycle 179 unknownsfx0x20 10, 243, 113, 5 unknownsfx0x20 7, 227, 49, 5 unknownsfx0x20 10, 241, 81, 5 - loopchannel 4, SFX_Psybeam_Ch2 + loopchannel 4, SFX_Psybeam_Ch5 unknownsfx0x20 10, 241, 113, 5 endchannel -SFX_Psybeam_Ch3: +SFX_Psybeam_Ch7: unknownnoise0x20 2, 209, 74 unknownnoise0x20 2, 210, 42 - loopchannel 21, SFX_Psybeam_Ch3 + loopchannel 21, SFX_Psybeam_Ch7 endchannel |
