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/pound.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/pound.asm')
| -rw-r--r-- | audio/sfx/pound.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sfx/pound.asm b/audio/sfx/pound.asm index fc6d292e..93f17c72 100644 --- a/audio/sfx/pound.asm +++ b/audio/sfx/pound.asm @@ -1,3 +1,3 @@ SFX_Pound_Ch7: - unknownnoise0x20 2, 161, 34 + noisenote 2, 161, 34 endchannel |
