Prev: 31527 Up: Map Next: 31640
31634: Set pixel
Sets the screen pixel at x,y
This is the entry in the jump table handled by the routine at 32374 when that code is called with A=0
Input
B ypos
C xpos
pixel_set 31634 CALL pxy2saddr pxy2saddr of B=ypos, C=xpos
31637 OR (HL) Pick up screen byte
31638 LD (HL),A Merge in the required pixel
31639 RET
Prev: 31527 Up: Map Next: 31640