Routines |
Prev: 9923 | Up: Map | Next: 9944 |
Used by the routine at GameEntry.
|
|||||||||||||||||||
992A | LD A,$FB | Read from the keyboard;
|
|||||||||||||||||
992C | IN A,($FE) | ||||||||||||||||||
992E | AND %00000010 | Keep only bit 1. | |||||||||||||||||
9930 | JP NZ,TitleSelectInput | If "W" hasn't been pressed, jump back to TitleSelectInput. | |||||||||||||||||
9933 | LD A,$FF | Write FF to BC4D. | |||||||||||||||||
9935 | LD ($BC4D),A | ||||||||||||||||||
9938 | LD HL,$0190 | HL=0190 (loop delay). | |||||||||||||||||
993B | LD DE,$00C8 | DE=C8 (passes). | |||||||||||||||||
993E | CALL $03B5 | Call BEEPER. | |||||||||||||||||
9941 | JP TitleSelectInput | Jump to TitleSelectInput. |
Prev: 9923 | Up: Map | Next: 9944 |