aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sfx/caught_mon.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-30 17:55:02 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-30 17:55:02 -0400
commitd2ed7674f499b1fd6c4059da40b8b42c6bf96995 (patch)
treef581489b522fc647477d7b36dee072d553c44fd1 /audio/sfx/caught_mon.asm
parentMake pokeyellow build to baserom. (diff)
parentMerge pull request #114 from YamaArashi/master (diff)
downloadpokeyellow-d2ed7674f499b1fd6c4059da40b8b42c6bf96995.tar.gz
pokeyellow-d2ed7674f499b1fd6c4059da40b8b42c6bf96995.tar.xz
pokeyellow-d2ed7674f499b1fd6c4059da40b8b42c6bf96995.zip
Merge branch 'master' of https://github.com/iimarckus/pokered
Doesn't build.
Diffstat (limited to 'audio/sfx/caught_mon.asm')
-rw-r--r--audio/sfx/caught_mon.asm61
1 files changed, 61 insertions, 0 deletions
diff --git a/audio/sfx/caught_mon.asm b/audio/sfx/caught_mon.asm
new file mode 100644
index 00000000..d841f57a
--- /dev/null
+++ b/audio/sfx/caught_mon.asm
@@ -0,0 +1,61 @@
+SFX_Caught_Mon_Ch1: ; 23a13 (8:7a13)
+ executemusic
+ tempo 256
+ volume 7, 7
+ duty 3
+ toggleperfectpitch
+ notetype 6, 11, 2
+ octave 3
+ E_ 2
+ F# 2
+ G# 2
+ G# 1
+ G# 1
+ B_ 2
+ octave 4
+ C# 2
+ D# 2
+ D# 1
+ D# 1
+ notetype 6, 11, 5
+ E_ 8
+ endchannel
+
+
+SFX_Caught_Mon_Ch2: ; 23a2e (8:7a2e)
+ executemusic
+ duty 2
+ notetype 6, 12, 2
+ octave 4
+ G# 2
+ G# 1
+ G# 1
+ E_ 2
+ E_ 1
+ E_ 1
+ B_ 2
+ B_ 1
+ B_ 1
+ A_ 2
+ A_ 1
+ A_ 1
+ notetype 6, 12, 5
+ G# 8
+ endchannel
+
+
+SFX_Caught_Mon_Ch3: ; 23a44 (8:7a44)
+ executemusic
+ notetype 6, 1, 0
+ octave 4
+ B_ 2
+ rest 2
+ octave 5
+ C# 2
+ rest 2
+ D# 2
+ rest 2
+ F# 2
+ G_ 2
+ G# 4
+ endchannel