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_805db.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_805db.asm')
| -rw-r--r-- | audio/sfx/unknown_805db.asm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/sfx/unknown_805db.asm b/audio/sfx/unknown_805db.asm index 35c95724..30ab6e1d 100644 --- a/audio/sfx/unknown_805db.asm +++ b/audio/sfx/unknown_805db.asm @@ -1,20 +1,20 @@ SFX_805db_4_Ch4: dutycycle $f5 - unknownsfx0x20 $4, $f3, $18, $07 - unknownsfx0x20 $f, $e5, $98, $07 - unknownsfx0x20 $8, $91, $58, $07 + unknownsfx0x20 4, 243, 24, 7 + unknownsfx0x20 15, 229, 152, 7 + unknownsfx0x20 8, 145, 88, 7 endchannel SFX_805ea_4_Ch5: dutycycle $a0 - unknownsfx0x20 $5, $b3, $08, $07 - unknownsfx0x20 $f, $c5, $88, $07 - unknownsfx0x20 $8, $71, $48, $07 + unknownsfx0x20 5, 179, 8, 7 + unknownsfx0x20 15, 197, 136, 7 + unknownsfx0x20 8, 113, 72, 7 endchannel SFX_805f9_4_Ch7: - unknownnoise0x20 $3, $a1, $1c - unknownnoise0x20 $e, $94, $2c - unknownnoise0x20 $8, $81, $1c + unknownnoise0x20 3, 161, 28 + unknownnoise0x20 14, 148, 44 + unknownnoise0x20 8, 129, 28 endchannel |
