Prev: 47241 Up: Map Next: 47315
47302: If show-score flag reset then draw pair of timer figure eyes (closed) at attribute file address IX and advance IX by two bytes
Used by the routines at 47241 and 47363.
Input
IX Pointer to a location in attribute file
47302 CALL 47355 If show-score flag is set then return, else proceed ahead to 47305
47305 LD A,(34226) Load A with the attribute of the current character
47308 LD C,28 Load C with 28 (graphic index of timer figures' closed eyes)
47310 CALL 47333 Draw the left (closed) eye at attribute file address in IX and advance IX by one byte
47313 JR 47333 Draw the right (closed) eye at attribute file address in IX, advance IX by one byte and return
Prev: 47241 Up: Map Next: 47315