Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_logbook.asm @ 204:aad4f6e25c2d
fix in logbook detail view
author | heinrichsweikamp |
---|---|
date | Fri, 18 Feb 2011 08:29:14 +0100 |
parents | f5e9db793dd3 |
children | d2a38470f0b2 |
comparison
equal
deleted
inserted
replaced
203:2d9af08ed0ac | 204:aad4f6e25c2d |
---|---|
243 bra menu_logbook1a ; start search | 243 bra menu_logbook1a ; start search |
244 display_profile2: | 244 display_profile2: |
245 bcf logbook_profile_view ; clear flag for search routine | 245 bcf logbook_profile_view ; clear flag for search routine |
246 | 246 |
247 call PLED_display_wait_clear | 247 call PLED_display_wait_clear |
248 call PLED_standard_color | |
248 WIN_TOP .0 | 249 WIN_TOP .0 |
249 WIN_LEFT .0 | 250 WIN_LEFT .0 |
250 STRCPY "#" | 251 STRCPY "#" |
251 | 252 |
252 GETCUSTOM15 .28 ; Logbook Offset -> lo, hi | 253 GETCUSTOM15 .28 ; Logbook Offset -> lo, hi |