Prev: F21E Up: Map Next: F262
F260: Code sheet - store for code value co-ordinates (for code sheet)
Co-ordinates of the code that needs to be correctly input from the code sheet, e.g. A12, H22
F260 DEFB $0D Second part of code from code sheet (number)
Value from 0-41
Printed on screen at F2C3
F261 DEFB $0F First part of code from code sheet (letter)
Letters are from A to P, so values will be 0-16
65 is added at F2C0 to provide the ASCII values 65-90 (letters A to P)
Printed on screen at F2BD
Prev: F21E Up: Map Next: F262