|  | Routines | 
| Prev: 45095 | Up: Map | Next: 45149 | 
| 
Used by the routine at 64623.
 | ||||
| 45131 | LD B,11 | Print or update command summary window at top of screen... | ||
| 45133 | CALL 45206 | ...with "HAVE A WISH" text | ||
| 45136 | CALL 64207 | Display execute / reject command window and return here if execute chosen, else exit to main game loop | ||
| 45139 | XOR A | Reset wish-pending flag... | ||
| 45140 | LD (23365),A | ... | ||
| 45143 | LD HL,57533 | Point HL at "YOUR [Current Command] HAS BEEN GRANTED!" text | ||
| 45146 | JP 64297 | Display "YOUR [Current Command] HAS BEEN GRANTED!" window (12) and return to game | ||
| Prev: 45095 | Up: Map | Next: 45149 |