Routines |
Prev: 38322 | Up: Map | Next: 38515 |
Used by the routine at GameEntry.
|
||||
InputTest_Keyboard | 38502 | LD A,(23464) | A=ControlMethod. | |
38505 | CP 1 | If this is already 1 then jump back to TitleSelectInput. | ||
38507 | JP Z,TitleSelectInput | |||
Input_Keyboard | 38510 | LD A,1 | Write 1 to ControlMethod. | |
38512 | LD (23464),A | |||
Continue on to TitleScreenInit.
|
Prev: 38322 | Up: Map | Next: 38515 |