Prev: 7192 Up: Map Next: 71BF
71B8: Reset Screen Buffer
Used by the routine at CreateWindow.
ResetScreen 71B8 LD HL,$4000 HL=screen buffer.
71BB LD B,$58 B=58 (i.e. finish once we reach the start of attribute buffer).
This entry point is used by the routine at StartGame.
ResetScreen_0 71BD LD C,$00 C=00 (value to write).
View the equivalent code in;
Continue on to ResetCopier to blank the screen buffer.
Prev: 7192 Up: Map Next: 71BF