kep-hack/home/delay.asm

7 lines
79 B
NASM

DelayFrames::
; wait c frames
call DelayFrame
dec c
jr nz, DelayFrames
ret