diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-20 21:18:54 +0000 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-20 21:18:54 +0000 |
commit | 3010ae180480dea7ae8e7f4416235ae10aaf786f (patch) | |
tree | 19f01560633eb9c043d1359f273e4a99cd1d2ed6 /src/constants/printer_constants.asm | |
parent | 30d009d10c7e158ff0ab791099d1ee431b133ff2 (diff) |
Rename unknown tilemaps
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
|