Mercurial > public > hwos_code
diff 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 |
line wrap: on
line diff
--- a/src/menu_processor.asm Sat Jan 11 22:36:17 2014 +0100 +++ b/src/menu_processor.asm Sat Feb 01 15:31:30 2014 +0100 @@ -477,6 +477,7 @@ movff option_item+0,FSR0L ; Retrieve option handle. movff option_item+1,FSR0H + btfss settime_setdate ; Not in Time/Date menu... call option_draw bra menu_draw_line_none