diff src/menu_processor.asm @ 388:d8e2cf055fc3

BUGFIX: German texts in ppo2 menu were too long for screen resulting in resulting in text display issues
author heinrichsweikamp
date Mon, 19 Oct 2015 15:06:59 +0200
parents ca32cf2435c6
children e6dab80e7e15
line wrap: on
line diff
--- a/src/menu_processor.asm	Fri Oct 09 12:57:42 2015 +0200
+++ b/src/menu_processor.asm	Mon Oct 19 15:06:59 2015 +0200
@@ -156,7 +156,10 @@
         movf    PRODL,W                 ; Back to WREG
         sublw   .80                    	; 80 - width
         movwf   win_leftx2              ; Aligned to center.
-        
+
+        movlw   .0
+        movff   WREG,buffer+.17         ; limit to 17chars (Std font max.)
+
         call    aa_wordprocessor
         call    TFT_standard_color
         return