comparison src/menu_processor.asm @ 68:53b64c5472e1

BUGFIX: Set Day for months <31 days
author heinrichsweikamp
date Sat, 01 Feb 2014 15:31:30 +0100
parents e7c7c7eeea58
children a5ea132770db
comparison
equal deleted inserted replaced
67:7815bf21d353 68:53b64c5472e1
475 movff text_item+1,FSR1H 475 movff text_item+1,FSR1H
476 call strcpy_text ; Copy in buffer 476 call strcpy_text ; Copy in buffer
477 477
478 movff option_item+0,FSR0L ; Retrieve option handle. 478 movff option_item+0,FSR0L ; Retrieve option handle.
479 movff option_item+1,FSR0H 479 movff option_item+1,FSR0H
480 btfss settime_setdate ; Not in Time/Date menu...
480 call option_draw 481 call option_draw
481 bra menu_draw_line_none 482 bra menu_draw_line_none
482 483
483 menu_draw_line_dynamic: 484 menu_draw_line_dynamic:
484 lfsr FSR2,buffer 485 lfsr FSR2,buffer