mirror of https://github.com/nmlgc/ReC98.git
10 lines
184 B
NASM
10 lines
184 B
NASM
|
public timerorg
|
||
|
public part, _bgm_part
|
||
|
public esound, _bgm_esound
|
||
|
|
||
|
timerorg dd ?
|
||
|
_bgm_part label word
|
||
|
part SPART PMAX dup(<0>)
|
||
|
_bgm_esound label word
|
||
|
esound SESOUND SMAX dup(<0>)
|