diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-02-22 13:25:04 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-02-22 13:25:04 -0800 |
commit | 3292c7d4d1d3f7acec663688bdf10fe3fefd43fe (patch) | |
tree | 39b00e182da09a9e65839e2aba0cf11a0cd4402d /constants.asm | |
parent | ab90af156e9ce2f4432506623afb6385db6293b1 (diff) |
Dump and document Sound Test selection routines.
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 1925b28..2b2dbe5 100755 --- a/constants.asm +++ b/constants.asm @@ -1,4 +1,6 @@ INCLUDE "hram.asm" INCLUDE "vram.asm" +INCLUDE "constants/joy_constants.asm" INCLUDE "constants/song_constants.asm" +INCLUDE "constants/sound_effect_constants.asm" |