mirror of https://github.com/nmlgc/ReC98.git
8 lines
233 B
NASM
8 lines
233 B
NASM
|
; Shorter symbols for the [func] parameter of snd_load()
|
||
|
SND_LOAD_SONG equ (KAJA_GET_SONG_ADDRESS shl 8)
|
||
|
SND_LOAD_SE equ (PMD_GET_SE_ADDRESS shl 8)
|
||
|
|
||
|
SND_LOAD_FN_LEN equ 13
|
||
|
snd_load_fn db SND_LOAD_FN_LEN dup(?)
|
||
|
db ? ; word alignment
|