Prev: 29915 Up: Map Next: 29934
29922: Reset Attribute Buffer
Used by the routines at CreateWindow, StartGame and 27960.
ResetAttributes 29922 XOR A Set the border to black.
29923 OUT (254),A
29925 LD HL,22528 HL=attribute buffer.
29928 LD B,91 B=91 (i.e. finish once we reach the end of the attribute buffer).
29930 LD C,0 C=0 (value to write).
29932 JR ResetCopier Jump to ResetCopier.
View the equivalent code in;
Prev: 29915 Up: Map Next: 29934