diff options
Diffstat (limited to 'vram.asm')
-rw-r--r-- | vram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |