Prev: C8C0 Up: Map Next: C98F
C96B: Routine at C96B
Used by the routines at BC74 and BF85.
C96B PUSH HL Stash HL, DE and BC on the stack.
C96C PUSH DE
C96D PUSH BC
C96E LD DE,$C983 DE=C983 (text).
C971 LD BC,$000C BC=0C (counter).
C974 CALL $203C Call PR_STRING.
C977 POP BC Restore BC, DE and HL from the stack.
C978 POP DE
C979 POP HL
C97A CALL $C98F Call C98F.
C97D LD A,$4A Write 4A to 5B95.
C97F LD ($5B95),A
C982 RET Return.
C983 DEFB $12,$00 FLASH "OFF".
C985 DEFB $16,$13,$1A PRINT AT (19, 26).
This entry point is used by the routine at CA6F.
C988 DEFB $10,$05 INK 5.
C98A DEFM "BONUS" "BONUS".
Prev: C8C0 Up: Map Next: C98F