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_80250.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_80250.asm')
| -rw-r--r-- | audio/sfx/unknown_80250.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/sfx/unknown_80250.asm b/audio/sfx/unknown_80250.asm index 982196a8..da0c249c 100644 --- a/audio/sfx/unknown_80250.asm +++ b/audio/sfx/unknown_80250.asm @@ -1,13 +1,13 @@ SFX_80250_4_Ch4: duty $02 - unknownsfx0x20 $0, $91, $c0, $07 - unknownsfx0x20 $0, $81, $d0, $07 - unknownsfx0x20 $0, $91, $c0, $07 - unknownsfx0x20 $c, $a1, $d0, $07 + unknownsfx0x20 0, 145, 192, 7 + unknownsfx0x20 0, 129, 208, 7 + unknownsfx0x20 0, 145, 192, 7 + unknownsfx0x20 12, 161, 208, 7 endchannel SFX_80263_4_Ch7: - unknownnoise0x20 $1, $e2, $33 - unknownnoise0x20 $8, $e1, $22 + unknownnoise0x20 1, 226, 51 + unknownnoise0x20 8, 225, 34 endchannel |
