diff options
author | ehw <Knuckles500@gmail.com> | 2018-06-09 23:32:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-09 23:32:21 -0400 |
commit | 91704c148dcfcec0b4e931d309254ba7d97d1dbd (patch) | |
tree | fb6c6f47e5fa4a059e16c48242adcb3a4795c413 | |
parent | b3c6219cf11ff85f76f13eeb955e90c951cfe031 (diff) |
Actually remove the include for vram.asm...
-rw-r--r-- | engine/title.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/title.asm b/engine/title.asm index a8ea9b9..e90bafc 100644 --- a/engine/title.asm +++ b/engine/title.asm @@ -1,5 +1,4 @@ INCLUDE "constants.asm" -; INCLUDE "vram.asm" SECTION "Title screen", ROMX[$5D8C], BANK[$01] |