diff options
| author | yenatch <yenatch@gmail.com> | 2014-05-29 01:30:09 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-05-29 01:30:09 -0700 |
| commit | 229507e3f3722137c4b08ccbf8ee4b654db9baa4 (patch) | |
| tree | 8178e087d70d51b31ef91ef67d5c1150c69020e8 /constants.asm | |
| parent | Use wOverworldMap in macros. (diff) | |
| download | pokeyellow-229507e3f3722137c4b08ccbf8ee4b654db9baa4.tar.gz pokeyellow-229507e3f3722137c4b08ccbf8ee4b654db9baa4.tar.xz pokeyellow-229507e3f3722137c4b08ccbf8ee4b654db9baa4.zip | |
VRAM constants.
Diffstat (limited to 'constants.asm')
| -rw-r--r-- | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
