comparison src/menu_processor.asm @ 369:ca32cf2435c6

fixing some layout issues
author heinrichsweikamp
date Tue, 18 Aug 2015 17:39:07 +0200
parents 5ad479f2a868
children d8e2cf055fc3
comparison
equal deleted inserted replaced
368:57e349960ef4 369:ca32cf2435c6
131 131
132 ;============================================================================= 132 ;=============================================================================
133 ; (re-)draw menu title. 133 ; (re-)draw menu title.
134 ; 134 ;
135 menu_processor_title: 135 menu_processor_title:
136 WIN_BOX_BLACK .2,.23,.0,.160 ; Clear Menu title 136 WIN_BOX_BLACK .2,.23,.0,.159 ; Clear Menu title
137 MENU_TITLE_FONT .0, .2 ; Menu title positionning 137 MENU_TITLE_FONT .0, .2 ; Menu title positionning
138 138
139 btfss menu_flags,0 ; Static or dynmic title ? 139 btfss menu_flags,0 ; Static or dynmic title ?
140 bra menu_processor_static_title 140 bra menu_processor_static_title
141 141