diff options
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 538941e..88dd7ee 100644 --- a/constants.asm +++ b/constants.asm @@ -33,3 +33,5 @@ INCLUDE "constants/misc_constants.asm" INCLUDE "constants/battle_anim_constants.asm" INCLUDE "constants/menu_constants.asm" INCLUDE "constants/wram_constants.asm" +INCLUDE "constants/sgb_constants.asm" +INCLUDE "constants/map_object_constants.asm" |