Prev: 32915 Up: Map Next: 32948
32938: Clear Screen
Used by the routines at GameInitialisation and StartGame.
ClearScreen 32938 CALL ResetAttributes Call ResetAttributes.
32941 CALL ResetScreen Call ResetScreen.
32944 XOR A Set the border to black.
32945 OUT (254),A
32947 RET Return.
View the equivalent code in Cookie.
View the equivalent code in Pssst.
Prev: 32915 Up: Map Next: 32948