Routines |
Prev: 8B64 | Up: Map | Next: 8C31 |
Used by the routine at Stage1Print.
|
||||
Stage1Copy_Joystick | 8C21 | LD A,($5BA8) | Return if ControlMethod is 01 (keyboard). | |
8C24 | CP $01 | |||
8C26 | RET Z | |||
8C27 | LD DE,$8C09 | DE=8C09 (text). | ||
8C2A | LD BC,$0018 | BC=18 (counter). | ||
8C2D | CALL $203C | Call PR_STRING. | ||
8C30 | RET | Return. |
Prev: 8B64 | Up: Map | Next: 8C31 |