summaryrefslogtreecommitdiff
path: root/game/src/akm.z80
blob: 97c8498197ad568ffbdaffd9d17288c7129c2778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;
; to build the custom AKM player with song + effects
;

include "song_playerconfig.asm"
include "effects_playerconfig.asm"

include "../../src/mplayer/akm/akm_ubox.asm"

songDisarkGenerateExternalLabel:
include "song.asm"

effectsDisarkGenerateExternalLabel:
include "effects.asm"