diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-17 19:49:36 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-17 19:49:36 -0400 |
commit | 5ff48b6963cfac30e08726d22a8c4f1a333185ea (patch) | |
tree | 4c6d6358e8bf5687098e2a37264a21e746a8988b /constants.asm | |
parent | f42efcae5d223bb89bb103492a91801b49947bc4 (diff) |
Predef constants (temporary)
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 a9004b73..451236e5 100644 --- a/constants.asm +++ b/constants.asm @@ -34,3 +34,4 @@ INCLUDE "constants/battle_tower_constants.asm" INCLUDE "constants/cry_constants.asm" INCLUDE "constants/audio_constants.asm" INCLUDE "constants/printer_constants.asm" +INCLUDE "constants/predef_constants.asm" |