ReC98/th04/th04.asm

6 lines
89 B
NASM
Raw Normal View History

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