diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-06 08:47:11 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-06 08:47:11 -0400 |
commit | aafed67874b49180b4640eeaf5b20981c24ce9fc (patch) | |
tree | 5f891648d65385f5a36635b2be50135d88ff78ec /wram.asm | |
parent | 0e9d0481b897c6afe7cd7c0ea5c23562379ad8ca (diff) |
More printer labels
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |