diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-21 12:22:59 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-21 12:22:59 -0400 |
| commit | abef348eaec42668d3708d3513a4442043b4c1af (patch) | |
| tree | ed0abb1d2085ce9e5db3146393603cf5281ef309 /audio/sfx/unknown_808fa.asm | |
| parent | Audio bank 4 constants; space after commas in home/audio.asm (diff) | |
| download | pokeyellow-abef348eaec42668d3708d3513a4442043b4c1af.tar.gz pokeyellow-abef348eaec42668d3708d3513a4442043b4c1af.tar.xz pokeyellow-abef348eaec42668d3708d3513a4442043b4c1af.zip | |
Unhexlify unknown music macro arguments in bank AUDIO_4
Diffstat (limited to 'audio/sfx/unknown_808fa.asm')
| -rw-r--r-- | audio/sfx/unknown_808fa.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/sfx/unknown_808fa.asm b/audio/sfx/unknown_808fa.asm index 8482bdf8..fb95d76d 100644 --- a/audio/sfx/unknown_808fa.asm +++ b/audio/sfx/unknown_808fa.asm @@ -1,16 +1,16 @@ SFX_808fa_4_Ch4: dutycycle $1b - unknownsfx0x20 $7, $d2, $40, $07 - unknownsfx0x20 $f, $e5, $60, $07 - unknownsfx0x20 $f, $c1, $30, $07 + unknownsfx0x20 7, 210, 64, 7 + unknownsfx0x20 15, 229, 96, 7 + unknownsfx0x20 15, 193, 48, 7 endchannel SFX_80909_4_Ch5: dutycycle $81 - unknownsfx0x20 $2, $c2, $01, $07 - unknownsfx0x20 $4, $c2, $08, $07 - unknownsfx0x20 $f, $d7, $41, $07 - unknownsfx0x20 $f, $a2, $01, $07 + unknownsfx0x20 2, 194, 1, 7 + unknownsfx0x20 4, 194, 8, 7 + unknownsfx0x20 15, 215, 65, 7 + unknownsfx0x20 15, 162, 1, 7 SFX_8091b_4_Ch7: endchannel |
