;#####################################################
;
;     Wave Race 64  Sound Effect Sequence
;
;				for ending only.
;
;  first date:1996/08/16 
;
;#####################################################

#include "neos64.def"

;****************
;* Macro Define *
;****************   

#define BANK_DJ    0
#define BANK_ANA   0
#define BANK_VSVOICE 0

#define BANK_CHEER 1
#define BANK_SYS   2
#define BANK_WAVE  3

#define PRG_PERCUSSION 127

;****************
;* GROUP TRACK  *
;****************   

_Start
   defpause,$20
   pausevolume,60

   volumemode,_VOLCHG_FADEIN_,100
   volumechg,127

   tempochg,200			;2process / 1 Vframe
;   allocsub,$FE00		;Track 9,10,11,12, 13,14,15
    allocsub,$FC00		;Track 9,10,11,12, 13,14,15


;   opensub ,  9, _CLAP_SUB
   opensub , 11, _CHEER_SE
   opensub , 12, _VOICE_SE
   opensub , 15, _SYSTEM_SE
   
@_Wait   
   waitw,16000
   bra, @_Wait

#include "endcheer.se"	;sub11
#include "endvoice.se"	;sub12
#include "endsys.se"	;sub13-15
