summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/wram.asm')
-rw-r--r--src/wram.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm
index 8ccd57b..473ec49 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -2150,8 +2150,8 @@ wLoadedPalData:: ; d23e
NEXTU
-; where BG map data is decompressed
-wBGMapBuffer:: ; d23e
+; where BG map data or other compressed data is decompressed
+wDecompressionBuffer:: ; d23e
ds $40
ENDU