diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-17 12:58:26 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-17 13:00:34 -0400 |
commit | da7849d800d37156360845fa17e361d2521dce29 (patch) | |
tree | 2a603d9a3fddebe5770ca5728ab1d44d2620f654 /constants.asm | |
parent | 4fa6c6daa46935c7580a60a22bd9216414246dc0 (diff) |
Restructured functions in main.asm to resemble the home functions they clone
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 2d3c19fa2..944d15fd0 100644 --- a/constants.asm +++ b/constants.asm @@ -26,3 +26,5 @@ INCLUDE "constants/misc_constants.asm" INCLUDE "constants/std_constants.asm" INCLUDE "constants/deco_constants.asm" INCLUDE "constants/radio_constants.asm" +INCLUDE "constants/sprite_constants.asm" +INCLUDE "constants/tilemap_constants.asm" |