diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-02-18 21:24:58 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-02-18 21:24:58 -0800 |
commit | 4d0affb43b8633f1dd03089469746d39f6371b38 (patch) | |
tree | 65306658f4d485c2a45384c4f1585269c27ad7b2 /constants.asm | |
parent | 087c02349b906e168e17d3d1cd9a2ab892f3052a (diff) |
Add vram.asm.
Diffstat (limited to 'constants.asm')
-rwxr-xr-x | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 221ca01..1925b28 100755 --- a/constants.asm +++ b/constants.asm @@ -1,3 +1,4 @@ INCLUDE "hram.asm" +INCLUDE "vram.asm" INCLUDE "constants/song_constants.asm" |