diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-02-18 21:16:59 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-02-18 21:16:59 -0800 |
commit | 087c02349b906e168e17d3d1cd9a2ab892f3052a (patch) | |
tree | 71b4adea2d298647ae7e0dd13b769b7ee9741c05 /constants.asm | |
parent | 04f44e27ae5b0adf81d6835c29efb23ed578b876 (diff) |
Document more of the LoadVideo function. Add hram.
Diffstat (limited to 'constants.asm')
-rwxr-xr-x | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index fd0fbcd..221ca01 100755 --- a/constants.asm +++ b/constants.asm @@ -1 +1,3 @@ +INCLUDE "hram.asm" + INCLUDE "constants/song_constants.asm" |