![]() |
Routines |
| Prev: F817 | Up: Map | Next: F86C |
|
Used by the routine at 940C.
|
||||
| F858 | CALL $CAD1 | |||
| F85B | LD B,$FF | |||
|
This entry point is used by the routine at F817.
|
||||
| F85D | IN A,($FE) | Wait for a key to be pressed. | ||
| F85F | AND $1F | |||
| F861 | XOR $1F | |||
| F863 | JR NZ,$F869 | If a key was pressed, jump forward. | ||
| F865 | HALT | Pause and repeat if there are more attempts required. | ||
| F866 | HALT | |||
| F867 | DJNZ $F85D | |||
| F869 | JP $F7D6 | Restart the game. | ||
| Prev: F817 | Up: Map | Next: F86C |