From ae1de3c12bf879590780c9dad693e3cb94507222 Mon Sep 17 00:00:00 2001 From: bemxio Date: Sat, 4 Mar 2023 17:02:42 +0100 Subject: [PATCH] change the print repetition to a more accurate one --- src/print.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/print.asm b/src/print.asm index 7e93e81..811c45c 100644 --- a/src/print.asm +++ b/src/print.asm @@ -67,4 +67,4 @@ slow_print: popa ; restore registers ret ; return from the function -PRINT_REPETITION equ 8 ; the number of times a frame will be printed \ No newline at end of file +PRINT_REPETITION equ 7 ; the number of times a frame will be printed \ No newline at end of file