summaryrefslogtreecommitdiff
path: root/constants/printer_constants.asm
blob: b6b5da7e7cafe114417620926441f03042163e63 (plain)
1
2
3
4
5
6
7
8
9
; wPrinterStatus
const_value set 1
	const PRINTER_STATUS_CHECKING
	const PRINTER_STATUS_TRANSMITTING
	const PRINTER_STATUS_PRINTING
	const PRINTER_ERROR_1
	const PRINTER_ERROR_2
	const PRINTER_ERROR_3
	const PRINTER_ERROR_4