Routines |
Prev: 45149 | Up: Map | Next: 45224 |
|
||||||||
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 |