Prev: 65306 Up: Map Next: 65323
65309: Set shade routine to alternate version
Used by the routine at SHADE_ROUTINE.
ALTERNATE_SHADE_INSTRUCTION 65309 LD BC,3 Copy a 3 byte instruction
65312 LD HL,65323 HL=source of instruction (CALL NC,65267)
65315 LD DE,65235 DE=target of instruction
65318 LDIR Copy the instruction
65320 JP PERFORM_SHADE Start shading
Prev: 65306 Up: Map Next: 65323