Prev: DB27 Up: Map Next: DD1F
DCA7: Text Definition Data - Input code windows
INVALID CODE
DCA7 DEFB $02,$0D,$58 Color attribute and position of text
DCAA DEFM "INVALID CODE" invalid_code
DCB6 DEFB $00 End marker
TRY AGAIN
DCB7 DEFB $02,$0D,$60 Color attribute and position of text
DCBA DEFM "TRY AGAIN " try_again
DCC6 DEFB $00 End marker
INPUT YOUR CODE
DCC7 DEFB $06,$03,$70 Color attribute and position of text
DCCA DEFM "INPUT YOUR CODE" input_your_code
DCD9 DEFB $00 End marker
USE CAPS TO DELETE
DCDA DEFB $06,$03,$78 Color attribute and position of text
DCDD DEFM "USE CAPS TO DELETE:" use_caps
DCF0 DEFB $00 End marker
SPACES(22)
DCF1 DEFB $05,$03,$80 Color attribute and position of text
DCF4 DEFM " " spaces_22
DD0A DEFB $00 End marker
SPACES(16)
DD0B DEFB $07,$03,$40 Color attribute and position of text
DD0E DEFM " " spaces_16
DD1E DEFB $00 End marker
Prev: DB27 Up: Map Next: DD1F