aboutsummaryrefslogtreecommitdiff
path: root/lib/plw/plw_init_sound_effects.z80
blob: a82cfdca30508a9e6d91fc2e1fe3b9dcd2f9ccaa (plain)
1
2
3
4
5
6
7
8
9
.globl _PLW_InitSoundEffects
.globl plw_current_efx

PLY_LW_INIT_SOUND_EFFECTS = 0x0b06 + 0x9

_PLW_InitSoundEffects::
        xor a
        ld (plw_current_efx), a
	jp PLY_LW_INIT_SOUND_EFFECTS