diff options
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 7c51afcf..26356edd 100644 --- a/constants.asm +++ b/constants.asm @@ -6,6 +6,7 @@ INCLUDE "hram.asm" INCLUDE "constants/hardware_constants.asm" INCLUDE "constants/oam_constants.asm" +INCLUDE "constants/misc_constants.asm" INCLUDE "constants/wram_constants.asm" |