Prev: 38556 Up: Map Next: 38610
38583: Input: Interface 2
Used by the routine at GameEntry.
InputTest_Interface2 38583 LD A,(23464) A=ControlMethod.
38586 CP 5 If this is already 5 then jump back to TitleSelectInput.
38588 JP Z,TitleSelectInput
This entry point is used by the routine at GameEntry.
Input_Interface2 38591 LD A,5 Write 5 to ControlMethod.
38593 LD (23464),A
38596 CALL TitleScreenPrint Call TitleScreenPrint.
38599 LD HL,22951 HL=22951.
38602 LD A,14 A=14.
38604 CALL 38610 Call 38610.
38607 JP TitleSelectInput Jump to TitleSelectInput.
Prev: 38556 Up: Map Next: 38610