aboutsummaryrefslogtreecommitdiff
path: root/src/mplayer/mplayer_play_effect.z80
blob: e2a233f0bd0392eabc94e21f5da81e1e6ea2a466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.module mplayer

.globl _mplayer_play_effect

.globl _PLY_AKM_PLAYSOUNDEFFECT

_mplayer_play_effect::
	ld c, l
	ld ix, #2
	add ix, sp
	ld b, 0 (ix)

	call _PLY_AKM_PLAYSOUNDEFFECT

	pop hl
	inc sp
	jp (hl)