Prev: 46295 Up: Map Next: 46317
46306: Graphic layout routine: (244) Set current graphic set index
Used by the routine at 46218.
Input
IX Address of first parameter in current graphic layout data instruction
Output
B Do-not-recalculate-display-buffer-address flag (0)
46306 LD A,(IX+0) Load current byte of graphic layout data and set as current graphic set index
46309 LD (34268),A
46312 LD B,0 Prepare to recalculate display buffer address
46314 JP 46001 Advance graphic layout data pointer by one byte and read / process next data
Prev: 46295 Up: Map Next: 46317