summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-02-15 09:44:52 -0600
committerdannye <33dannye@gmail.com>2021-02-15 10:03:07 -0600
commit9a74ae3bc62fe1aa1c6ef33cdac4df324fd44e57 (patch)
treeba0877ba507c5116b10e2628e4eb3ab2a3fbccac /src/wram.asm
parent4be1777e135ab7496878e810c0b91ad570eec862 (diff)
Rename wBGMapBuffer to wDecompressionBuffer
and update routine names accordingly
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