diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-24 12:59:55 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-24 12:59:55 -0400 |
| commit | 60ff6c25e36ea52d785f58dc62ce2357d082bef4 (patch) | |
| tree | 289c1bd17b7c8633711b06eb83c03b0b0ef7469e /wram.asm | |
| parent | Yellow-ize evolution code (diff) | |
| download | pokeyellow-60ff6c25e36ea52d785f58dc62ce2357d082bef4.tar.gz pokeyellow-60ff6c25e36ea52d785f58dc62ce2357d082bef4.tar.xz pokeyellow-60ff6c25e36ea52d785f58dc62ce2357d082bef4.zip | |
Printer error funcs
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
