diff options
| author | YamaArashi <shadow962@live.com> | 2016-06-11 17:24:04 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-06-11 17:24:04 -0700 |
| commit | 7f34e28f242ee4d0caba0bd96b040811dcb86c50 (patch) | |
| tree | 8a61aee33d6b47e960dc71dbb89c096622bbdc95 /audio/sfx/battle_2f.asm | |
| parent | crlf to lf (diff) | |
| download | pokeyellow-7f34e28f242ee4d0caba0bd96b040811dcb86c50.tar.gz pokeyellow-7f34e28f242ee4d0caba0bd96b040811dcb86c50.tar.xz pokeyellow-7f34e28f242ee4d0caba0bd96b040811dcb86c50.zip | |
remove address comments
Diffstat (limited to 'audio/sfx/battle_2f.asm')
| -rw-r--r-- | audio/sfx/battle_2f.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/sfx/battle_2f.asm b/audio/sfx/battle_2f.asm index 4b1d9b2c..ad607993 100644 --- a/audio/sfx/battle_2f.asm +++ b/audio/sfx/battle_2f.asm @@ -1,4 +1,4 @@ -SFX_Battle_2F_Ch1: ; 207d1 (8:47d1) +SFX_Battle_2F_Ch1: dutycycle 43 unknownsfx0x20 3, 241, 240, 7 unknownsfx0x20 4, 242, 0, 2 @@ -6,7 +6,7 @@ SFX_Battle_2F_Ch1: ; 207d1 (8:47d1) endchannel -SFX_Battle_2F_Ch2: ; 207e0 (8:47e0) +SFX_Battle_2F_Ch2: dutycycle 179 unknownsfx0x20 4, 226, 2, 2 unknownsfx0x20 4, 225, 226, 7 @@ -14,7 +14,7 @@ SFX_Battle_2F_Ch2: ; 207e0 (8:47e0) endchannel -SFX_Battle_2F_Ch3: ; 207ef (8:47ef) +SFX_Battle_2F_Ch3: unknownnoise0x20 4, 255, 67 unknownnoise0x20 4, 242, 68 loopchannel 9, SFX_Battle_2F_Ch3 |
