; -----------------------------------------
; F-ZERO X sub se mus file (for guitor se)
; PROGRAMMED BY NINTENDO Co.Ltd.
; TARO BANDO

#include "neos64.def"
#define cn4b1w2 cn4b1w  wlen, byte
; GROOP TRACK -----------------------------
	gr_load, 1
	gr_portwrite, PORT3

	volumechg,127
	tempochg,120
	allocsub,$0001
	opensub , 0, _BGM_DD
@_Wait
   waitw,32000
   jump, @_Wait		;Infinite loop.
; SUB TRACK -------------------------------
_BGM_DD
	Bmode
	priority, 15
	svolume, 127
	spanpow, 0
	initpitch
    opennote, 0, @note00
@_BGM_LOOP
    waitw	, 32000
	jump , @_BGM_LOOP
; NOTE TRACK ------------------------------
@note00
    nprg,0
	npan, 64
@_NOTE_LOOP00
    cn4b1w2, 505,80
    fin
;------------------------------------------
