Routines |
Prev: 38234 | Up: Map | Next: 38322 |
Used by the routines at GameEntry, TitleScreenInit, InputTest_KempstonJoystick, InputTest_ProtekJoystick and InputTest_Interface2.
|
||||
Open the upper screen channel.
|
||||
TitleScreenPrint | 38307 | LD A,2 | A=2. | |
38309 | CALL 5633 | Call CHAN_OPEN. | ||
Uses PR_STRING to print to the screen.
|
||||
38312 | LD DE,38322 | DE=TitleScreenCopy (text). | ||
38315 | LD BC,180 | BC=180 (counter). | ||
38318 | CALL 8252 | Call PR_STRING. | ||
38321 | RET | Return. |
Prev: 38234 | Up: Map | Next: 38322 |