diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-26 11:31:56 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-26 12:01:21 -0500 |
commit | f485a45cda5f84e6909997147b1e6c9a9a538d9b (patch) | |
tree | 6d046fad539a83efb7ba318799cdadf52d65651f /constants.asm | |
parent | 7683b78fb41cbcd89608b88796b902fd140a2749 (diff) |
More mobile-related labels; remove unneeded map object 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 c61ae540f..dc2a66796 100644 --- a/constants.asm +++ b/constants.asm @@ -4,6 +4,7 @@ INCLUDE "gbhw.asm" INCLUDE "hram.asm" INCLUDE "constants/wram_constants.asm" +INCLUDE "constants/sram_constants.asm" INCLUDE "constants/pokemon_constants.asm" INCLUDE "constants/type_constants.asm" INCLUDE "constants/move_constants.asm" |