summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-24 12:59:55 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-24 12:59:55 -0400
commit60ff6c25e36ea52d785f58dc62ce2357d082bef4 (patch)
tree289c1bd17b7c8633711b06eb83c03b0b0ef7469e /wram.asm
parent10f2d4e69db6c9fcc4d7c061720ab2bcc7874288 (diff)
Printer error funcs
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm8
1 files changed, 7 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index b8b0aa28..252f8012 100755
--- a/wram.asm
+++ b/wram.asm
@@ -286,7 +286,13 @@ wSerialEnemyMonsPatchList:: ; c5d0
wTempPic::
wOverworldMap:: ; c6e8
- ds 1300
+ ; ds 1300
+ ds $290
+
+wPrinterTileBuffer:: ; c978
+ ds SCREEN_HEIGHT * SCREEN_WIDTH
+wcae0:: ; cae0
+ ds 284
wRedrawRowOrColumnSrcTiles:: ; cbfc
; the tiles of the row or column to be redrawn by RedrawRowOrColumn