	.include "MPlayDef.s"

	.equ	s_wario_WALK_FAT_grp, voicegroup001
	.equ	s_wario_WALK_FAT_pri, 10
	.equ	s_wario_WALK_FAT_rev, 0
	.equ	s_wario_WALK_FAT_mvl, 80
	.equ	s_wario_WALK_FAT_key, 0
	.equ	s_wario_WALK_FAT_tbs, 1
	.equ	s_wario_WALK_FAT_exg, 0
	.equ	s_wario_WALK_FAT_cmp, 1

	.section .rodata
	.global	s_wario_WALK_FAT
	.align	2

@**************** Track 1 (Midi-Chn.1) ****************@

s_wario_WALK_FAT_1:
	.byte	KEYSH , s_wario_WALK_FAT_key+0
@ 000   ----------------------------------------
	.byte	TEMPO , 150*s_wario_WALK_FAT_tbs/2
	.byte		VOICE , 104
	.byte		VOL   , 50*s_wario_WALK_FAT_mvl/mxv
	.byte		LFOS  , 120
	.byte		LFODL , 0
	.byte		MOD   , 120
	.byte		MODT  , 0
	.byte		N02   , Cn3 , v052
	.byte	W07
	.byte		VOL   , 0*s_wario_WALK_FAT_mvl/mxv
	.byte	FINE

@******************************************************@
	.align	2

s_wario_WALK_FAT:
	.byte	1	@ NumTrks
	.byte	0	@ NumBlks
	.byte	s_wario_WALK_FAT_pri	@ Priority
	.byte	s_wario_WALK_FAT_rev	@ Reverb.

	.word	s_wario_WALK_FAT_grp

	.word	s_wario_WALK_FAT_1

	.end
