summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-06 08:47:11 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-06 08:47:11 -0400
commitaafed67874b49180b4640eeaf5b20981c24ce9fc (patch)
tree5f891648d65385f5a36635b2be50135d88ff78ec /wram.asm
parent0e9d0481b897c6afe7cd7c0ea5c23562379ad8ca (diff)
More printer labels
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm6
1 files changed, 5 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index d967a8e8..c5b443f3 100755
--- a/wram.asm
+++ b/wram.asm
@@ -424,7 +424,7 @@ wTempPic:: ; c6e8
wPrinterData:: ; c6e8
wOverworldMap:: ; c6e8
; ds 1300
-wPrinterReceiveJumptableIndex:: ; c6e8
+wPrinterSendState:: ; c6e8
ds 1
wc6e9:: ; c6e9
ds 1
@@ -442,6 +442,9 @@ wc6ed:: ; c6ed
wPrinterChecksum:: ; c6ee
dw
+wPrinterSendDataSource:: ; c6f0
+; a 40-tile buffer
+; ds $280
wPrinterSerialReceived:: ; c6f0
ds 1
wPrinterStatusReceived:: ; c6f1
@@ -467,6 +470,7 @@ wc810:: ; c810
; c900
ds $70
+wPrinterSendDataSourceEnd:: ; c970
wc970:: ; c970
ds 1