Routines |
Prev: 95B2 | Up: Map | Next: 9673 |
Used by the routine at GameEntry.
|
||||
InputTest_Keyboard | 9666 | LD A,($5BA8) | A=ControlMethod. | |
9669 | CP $01 | If this is already 01 then jump back to TitleSelectInput. | ||
966B | JP Z,TitleSelectInput | |||
Input_Keyboard | 966E | LD A,$01 | Write 01 to ControlMethod. | |
9670 | LD ($5BA8),A | |||
Continue on to TitleScreenInit.
|
Prev: 95B2 | Up: Map | Next: 9673 |