Prev: 45149 Up: Map Next: 45224
45206: Print name of B-th conditional command in command summary window
Used by the routines at 43874, 44861, 44990, 45131 and 45149.
Input
B Index of conditional command to print in command summary window
45206 PUSH BC Store BC (B = index of conditional command to print)
45207 CALL 63399 Print or update command summary window at top of screen
45210 POP BC Restore BC (B = index of conditional command to print)
45211 LD HL,51487 Point HL at text for first of conditional main menu options
45214 CALL 63335 Advance HL to B-th entry in list of zero-terminated strings starting at HL
45217 INC HL Skip over formatting codes to first text character...
45218 INC HL ...
45219 PUSH HL Transfer address from HL...
45220 POP DE ...to DE
45221 JP 63349 Print text at DE (command summary) in command summary window at top of screen and return
Prev: 45149 Up: Map Next: 45224