diff options
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm index c4a2a8ba..4b3402e9 100644 --- a/constants.asm +++ b/constants.asm @@ -2,9 +2,9 @@ INCLUDE "charmap.asm" INCLUDE "macros.asm" -INCLUDE "gbhw.asm" INCLUDE "hram.asm" +INCLUDE "constants/hardware_constants.asm" INCLUDE "constants/wram_constants.asm" INCLUDE "constants/sram_constants.asm" INCLUDE "constants/pokemon_constants.asm" |