diff options
author | obskyr <powpowd@gmail.com> | 2018-07-03 04:59:38 +0200 |
---|---|---|
committer | obskyr <powpowd@gmail.com> | 2018-07-03 04:59:38 +0200 |
commit | e596d41c1790bb9b77c9e941aab5eb4b1305dbb5 (patch) | |
tree | 57b6381363f3126a026b9e39aae9ac5630936293 /vram.asm | |
parent | 382fd4b50e27cea7e0f97839363235ea2eac14fa (diff) |
A few small formatting fixes
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[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 |