Say hello to D-Pad Hero 2 repository
[dpadhero2.git] / songs / elevatortheme.asm
blobd46280d8f968c7f98365c2815f2d979fbb30aca5
2 ; Copyright (C) 2009 Kent Hansen.
4 ; This program is free software; you can redistribute it and/or modify
5 ; it under the terms of the GNU General Public License as published by
6 ; the Free Software Foundation; either version 3 of the License, or
7 ; (at your option) any later version.
9 ; This program is distributed in the hope that it will be useful,
10 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 ; GNU General Public License for more details.
14 ; You should have received a copy of the GNU General Public License
15 ; along with this program. If not, see <http://www.gnu.org/licenses/>.
18 .codeseg
20 .public elevatortheme_song
22 elevatortheme_instrument_table:
23 .dw env2 : .db $00,$00,$00,$22 : .db $00,$00 ; square
24 .dw env0 : .db $00,$00,$00,$00 : .db $00,$00 ; triangle
25 .dw env1 : .db $00,$00,$00,$00 : .db $00,$00 ; noise
27 env0:
28 .db $05
29 .db $00,$00,$FF,$05
30 .db $05,$00,$00,$00
31 .db $FF,$FF
32 env2:
33 .db $09
34 .db $01,$60,$00,$01
35 .db $01,$60,$00,$09
36 .db $FF,$00
37 env1:
38 .db $09
39 .db $00,$70,$00,$00
40 .db $FF,$FF
42 .include "elevatortheme.inc"
44 .end