Prev: 32955 Up: Map Next: 32971
32962: Reset Attribute Buffer
Used by the routine at ClearScreen.
ResetAttributes 32962 LD HL,22528 HL=attribute buffer.
32965 LD B,91 B=91 (i.e. finish once we reach the end of the attribute buffer).
32967 LD C,0 C=0 (value to write).
32969 JR ResetCopier Jump to ResetCopier.
View the equivalent code in;
Prev: 32955 Up: Map Next: 32971