From 229507e3f3722137c4b08ccbf8ee4b654db9baa4 Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 29 May 2014 01:30:09 -0700 Subject: VRAM constants. --- constants.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'constants.asm') diff --git a/constants.asm b/constants.asm index 26356edd..b427e3c7 100644 --- a/constants.asm +++ b/constants.asm @@ -3,6 +3,7 @@ INCLUDE "version.asm" INCLUDE "macros.asm" INCLUDE "hram.asm" +INCLUDE "vram.asm" INCLUDE "constants/hardware_constants.asm" INCLUDE "constants/oam_constants.asm" -- cgit v1.3.1-sl0p