aboutsummaryrefslogtreecommitdiffstats
path: root/ram
diff options
context:
space:
mode:
Diffstat (limited to 'ram')
-rw-r--r--ram/wram.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/ram/wram.asm b/ram/wram.asm
index 7b03c846..3778c137 100644
--- a/ram/wram.asm
+++ b/ram/wram.asm
@@ -316,7 +316,7 @@ wHandshakeFrameDelay:: db
wPrinterSerialFrameDelay:: db
wPrinterSendByteOffset:: dw
wPrinterDataSize:: dw
-wPrinterTileBuffer:: ds SCREEN_HEIGHT * SCREEN_WIDTH
+wPrinterTileBuffer:: ds SCREEN_AREA
wPrinterStatusIndicator:: dw
wcae2:: db
wPrinterSettingsTempCopy:: db
@@ -2503,12 +2503,12 @@ wBoxDataEnd::
SECTION "CGB Palette Data", WRAM0
wCGBBasePalPointers:: ds NUM_ACTIVE_PALS * 2
-wCGBPal:: ds PALETTE_SIZE
+wCGBPal:: ds PAL_SIZE
wLastBGP:: db
wLastOBP0:: db
wLastOBP1:: db
wdef4:: db
-wBGPPalsBuffer:: ds NUM_ACTIVE_PALS * PALETTE_SIZE
+wBGPPalsBuffer:: ds NUM_ACTIVE_PALS * PAL_SIZE
SECTION "Stack", WRAM0