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_809fb.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_809fb.asm')
| -rw-r--r-- | audio/sfx/unknown_809fb.asm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/sfx/unknown_809fb.asm b/audio/sfx/unknown_809fb.asm index 301fd99d..4e361ee6 100644 --- a/audio/sfx/unknown_809fb.asm +++ b/audio/sfx/unknown_809fb.asm @@ -1,20 +1,20 @@ SFX_809fb_4_Ch4: dutycycle $f0 - unknownsfx0x20 $8, $e4, $90, $07 - unknownsfx0x20 $f, $f5, $c0, $07 - unknownsfx0x20 $8, $d1, $d8, $07 + unknownsfx0x20 8, 228, 144, 7 + unknownsfx0x20 15, 245, 192, 7 + unknownsfx0x20 8, 209, 216, 7 endchannel SFX_80a0a_4_Ch5: dutycycle $a5 - unknownsfx0x20 $a, $c4, $71, $07 - unknownsfx0x20 $f, $b6, $a2, $07 - unknownsfx0x20 $8, $a1, $b7, $07 + unknownsfx0x20 10, 196, 113, 7 + unknownsfx0x20 15, 182, 162, 7 + unknownsfx0x20 8, 161, 183, 7 endchannel SFX_80a19_4_Ch7: - unknownnoise0x20 $8, $e4, $4c - unknownnoise0x20 $e, $c4, $3c - unknownnoise0x20 $8, $d1, $2c + unknownnoise0x20 8, 228, 76 + unknownnoise0x20 14, 196, 60 + unknownnoise0x20 8, 209, 44 endchannel |
