diff options
Diffstat (limited to 'src/constants')
-rw-r--r-- | src/constants/printer_constants.asm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/constants/printer_constants.asm b/src/constants/printer_constants.asm new file mode 100644 index 0000000..ed6b663 --- /dev/null +++ b/src/constants/printer_constants.asm @@ -0,0 +1,9 @@ +; wPrinterStatus
+ const_def 1
+ const PRINTER_STATUS_CHECKING
+ const PRINTER_STATUS_TRANSMITTING
+ const PRINTER_STATUS_PRINTING
+ const PRINTER_ERROR_1
+ const PRINTER_ERROR_PAPER_JAMMED
+ const PRINTER_ERROR_CABLE_PRINTER_SWITCH
+ const PRINTER_ERROR_BATTERIES_LOST_CHARGE
|