summaryrefslogtreecommitdiff
path: root/constants/printer_constants.asm
blob: f0b8b4818ea1a83ace4dfcfc7789c2c424f10bee (plain)
1
2
3
4
5
6
7
8
9
; wPrinterStatus
	const_def 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