diff --git a/programs/develop/tinypad/trunk/tp-button.asm b/programs/develop/tinypad/trunk/tp-button.asm index 933081dda9..268895c6e1 100644 --- a/programs/develop/tinypad/trunk/tp-button.asm +++ b/programs/develop/tinypad/trunk/tp-button.asm @@ -11,7 +11,7 @@ button: mov ebx,eax mov al,3 call [bot_dlg_handler] - jmp still + jmp still.skip_write @@: mov esi,accel_table2 .acc: cmp eax,[esi] diff --git a/programs/develop/tinypad/trunk/tp-key.asm b/programs/develop/tinypad/trunk/tp-key.asm index 1a29a115e7..465686cf55 100644 --- a/programs/develop/tinypad/trunk/tp-key.asm +++ b/programs/develop/tinypad/trunk/tp-key.asm @@ -72,7 +72,7 @@ key: mov ebx,eax mov al,2 call [bot_dlg_handler] - jmp still + jmp still.skip_write @@: mov esi,accel_table_main diff --git a/programs/develop/tinypad/trunk/tp-mouse.asm b/programs/develop/tinypad/trunk/tp-mouse.asm index b7cfdd0f21..df0d778a51 100644 --- a/programs/develop/tinypad/trunk/tp-mouse.asm +++ b/programs/develop/tinypad/trunk/tp-mouse.asm @@ -65,7 +65,7 @@ mouse: mov ah,al mov al,4 call [bot_dlg_handler] - jmp still + jmp still.skip_write @@: cmp al,MEV_MOVE jne .no_move cmp [popup_active],1