diff options
author | Daniel Harding <33dannye@gmail.com> | 2021-02-20 15:40:48 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-20 15:40:48 -0600 |
commit | 8a37415c695b81b3bf434d3a2fe2a911f68acc28 (patch) | |
tree | 19f01560633eb9c043d1359f273e4a99cd1d2ed6 /src/constants/printer_constants.asm | |
parent | 9183d47cdb013347a5b178d4fbc93201554599cb (diff) | |
parent | 3010ae180480dea7ae8e7f4416235ae10aaf786f (diff) |
Merge pull request #100 from ElectroDeoxys/master
Finishing bank $20 and some debug functions
Diffstat (limited to 'src/constants/printer_constants.asm')
-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
|