summaryrefslogtreecommitdiff
path: root/constants/printer_constants.asm
blob: 3cbaa049a9e3e763eb406ad4ff232f252d82d98a (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