summaryrefslogtreecommitdiff
path: root/vram.asm
diff options
context:
space:
mode:
authorobskyr <powpowd@gmail.com>2018-07-03 04:59:38 +0200
committerobskyr <powpowd@gmail.com>2018-07-03 04:59:38 +0200
commite596d41c1790bb9b77c9e941aab5eb4b1305dbb5 (patch)
tree57b6381363f3126a026b9e39aae9ac5630936293 /vram.asm
parent382fd4b50e27cea7e0f97839363235ea2eac14fa (diff)
A few small formatting fixes
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 3ebac0f..a6b91c2 100644
--- a/vram.asm
+++ b/vram.asm
@@ -1,6 +1,6 @@
INCLUDE "constants.asm"
-SECTION "VRAM", VRAM[$8000],BANK[0] ; Get around a RGBLINK bug. Remove this when it doesn't yield an error about fixing the section
+SECTION "VRAM", VRAM[$8000], BANK[$00] ; Get around a RGBLINK bug. Remove this when it doesn't yield an error about fixing the section
UNION