ReC98/th02/th02.asm

6 lines
84 B
NASM
Raw Normal View History

GAME = 2
proc_defconv macro nam
nam proc c
endm
2014-11-23 21:25:22 +00:00
include th02/frame_delay_macro.asm