diff options
| author | Daniel Harding <33dannye@gmail.com> | 2018-03-16 17:26:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-16 17:26:06 -0500 |
| commit | f8b710769dba1e128450c3d11eb2a7a05f745877 (patch) | |
| tree | af57d4f108dd909e7c7e4992e25d87069325a8f7 /audio/sfx/run.asm | |
| parent | Merge pull request #177 from yenatch/rgbgfx (diff) | |
| parent | Made some changes (diff) | |
| download | pokeyellow-f8b710769dba1e128450c3d11eb2a7a05f745877.tar.gz pokeyellow-f8b710769dba1e128450c3d11eb2a7a05f745877.tar.xz pokeyellow-f8b710769dba1e128450c3d11eb2a7a05f745877.zip | |
Merge pull request #178 from Eggy0/master
Rename unknownsfx0x20, unknownsfx0x10 and unknownnoise0x20
Diffstat (limited to 'audio/sfx/run.asm')
| -rw-r--r-- | audio/sfx/run.asm | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/audio/sfx/run.asm b/audio/sfx/run.asm index 81d01467..e05fb675 100644 --- a/audio/sfx/run.asm +++ b/audio/sfx/run.asm @@ -1,13 +1,13 @@ SFX_Run_Ch7: - unknownnoise0x20 2, 97, 35 - unknownnoise0x20 2, 161, 51 - unknownnoise0x20 2, 193, 51 - unknownnoise0x20 2, 81, 17 - unknownnoise0x20 2, 241, 51 - unknownnoise0x20 2, 65, 17 - unknownnoise0x20 2, 193, 51 - unknownnoise0x20 2, 49, 17 - unknownnoise0x20 2, 129, 51 - unknownnoise0x20 2, 49, 17 - unknownnoise0x20 8, 65, 51 + noisenote 2, 97, 35 + noisenote 2, 161, 51 + noisenote 2, 193, 51 + noisenote 2, 81, 17 + noisenote 2, 241, 51 + noisenote 2, 65, 17 + noisenote 2, 193, 51 + noisenote 2, 49, 17 + noisenote 2, 129, 51 + noisenote 2, 49, 17 + noisenote 8, 65, 51 endchannel |
