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

.globl _mplayer_play_effect

.globl _PLY_AKM_PLAYSOUNDEFFECT

_mplayer_play_effect::
	ld hl, #2
	add hl, sp

	ld a, (hl)
	inc hl
	ld c, (hl)
	inc hl
	ld b, (hl)

        jp _PLY_AKM_PLAYSOUNDEFFECT