diff options
Diffstat (limited to 'audio/sfx/trainer_appeared.asm')
| -rw-r--r-- | audio/sfx/trainer_appeared.asm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/sfx/trainer_appeared.asm b/audio/sfx/trainer_appeared.asm new file mode 100644 index 00000000..3301a57f --- /dev/null +++ b/audio/sfx/trainer_appeared.asm @@ -0,0 +1,9 @@ +SFX_Trainer_Appeared_Ch5: + duty_cycle 0 + square_note 0, 13, 2, 1792 + square_note 0, 13, 2, 1856 + square_note 0, 13, 2, 1920 + square_note 0, 13, 2, 1984 + square_note 10, 14, 1, 2016 + square_note 1, 0, 0, 0 + sound_ret |
