|  | Routines | 
| Prev: 46830 | Up: Map | Next: 46968 | 
| 
Used by the routine at 46830.
 | ||||
| 46946 | LD A,(34298) | If joystick-mode flag is set... | ||
| 46949 | OR A | ... | ||
| 46950 | JR NZ,46956 | ...then skip ahead to 46956 | ||
| 46952 | LD A,112 | Load A with attribute value for black INK, yellow PAPER, BRIGHT | ||
| 46954 | JR 46958 | Skip ahead to 46958 | ||
| 46956 | LD A,114 | Load A with attribute value for red INK, yellow PAPER, BRIGHT | ||
| 46958 | LD E,74 | Load E with 74 (index for character "J") | ||
| 46960 | LD IX,46694 | Point IX at entry for "J +KEMPSTON " in table of attribute file addresses at which to print menu strings | ||
| 46964 | CALL 47071 | Set attribute to A and location to (IX) and print double-height character in E | ||
| 46967 | RET | Return | ||
| Prev: 46830 | Up: Map | Next: 46968 |