Prev: 35123 Up: Map Next: 35296
35285: Draw an upper or lower window frame edge then increment the border character index
Used by the routine at 35123.
Input
A (Entry at 35291 only) Previous border edge character index used
HL Width of window edge to draw (characters, minus 1)
35285 CALL 54231 Draw an edge of frame of a window
This entry point is used by the routine at 35123.
35288 LD A,(54235) Load A with window edge border character previously used
This entry point is used by the routine at 35123.
35291 INC A Increase index of window edge border character to use next...
35292 LD (54235),A ...and store at 54235
35295 RET Return
Prev: 35123 Up: Map Next: 35296