diff options
| author | dannye <33dannye@gmail.com> | 2020-05-25 18:50:23 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2020-05-25 18:50:23 -0500 |
| commit | 17be6c96fea9f5b7682bbfcb611a2fe21da409a7 (patch) | |
| tree | 3bdcd5b7248c694221f2d1ac1e90fa34ebda3e74 /audio/sfx/start_menu_4.asm | |
| parent | Fix bad label reference (diff) | |
| download | pokeyellow-17be6c96fea9f5b7682bbfcb611a2fe21da409a7.tar.gz pokeyellow-17be6c96fea9f5b7682bbfcb611a2fe21da409a7.tar.xz pokeyellow-17be6c96fea9f5b7682bbfcb611a2fe21da409a7.zip | |
Update Audio 4 sfx names
Diffstat (limited to 'audio/sfx/start_menu_4.asm')
| -rw-r--r-- | audio/sfx/start_menu_4.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/sfx/start_menu_4.asm b/audio/sfx/start_menu_4.asm new file mode 100644 index 00000000..9debc1c8 --- /dev/null +++ b/audio/sfx/start_menu_4.asm @@ -0,0 +1,4 @@ +SFX_Start_Menu_4_Ch8: + noise_note 1, 14, 2, 51 + noise_note 8, 14, 1, 34 + sound_ret |
