Prev: 46244 Up: Map Next: 46295
46284: Graphic layout routine: (237) Set new pending sound
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)
46284 LD A,(IX+0) Load current byte of graphic layout data into A
46287 CALL 59613 Set pending sound index to A if it is currently zero, or lower priority
46290 LD B,0 Prepare to recalculate display buffer address
46292 JP 46001 Advance graphic layout data pointer by one byte and read / process next data
Prev: 46244 Up: Map Next: 46295