|  | Routines | 
| Prev: 44100 | Up: Map | Next: 44216 | 
| 
Used by the routine at 64623.
 | ||||
| 44198 | LD C,55 | If Magic Knight's magic level is at least 55... | ||
| 44200 | CALL 44225 | ...then flash border and screen and decrease Magic Knight's magic level by 55... | ||
| 44203 | JP C,64290 | ...otherwise display "YOU CANNOT [Current Command] THAT SPELL NOW..." window (12) and return to game | ||
| 44206 | XOR A | Reset all main lever flags... | ||
| 44207 | LD (23402),A | ... | ||
| 44210 | LD HL,55775 | Point HL at "YOU FEEL SEVEN LEVERS ALL MOVING TO THEIR START POSITIONS..." text | ||
| 44213 | JP 64305 | Display "YOU FEEL SEVEN LEVERS..." window (27) and return to game | ||
| Prev: 44100 | Up: Map | Next: 44216 |