summaryrefslogtreecommitdiff
path: root/vram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'vram.asm')
-rw-r--r--vram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/vram.asm b/vram.asm
index a6b91c2..fbf67be 100644
--- a/vram.asm
+++ b/vram.asm
@@ -1,6 +1,6 @@
INCLUDE "constants.asm"
-SECTION "VRAM", VRAM[$8000], BANK[$00] ; Get around a RGBLINK bug. Remove this when it doesn't yield an error about fixing the section
+SECTION "VRAM", VRAM
UNION