diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-05-09 12:11:05 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-05-09 12:11:05 +0100 |
commit | 86d8cfb0fd86326e4534fc33c7bb384d515bbe0e (patch) | |
tree | 625d2b2c14fef5740592114a1470082fa5e3098a /src/constants.asm | |
parent | d20d490df325c1671357acd894ec14ed36599797 (diff) |
Separate AI constants and new AIACTION_*
Diffstat (limited to 'src/constants.asm')
-rw-r--r-- | src/constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants.asm b/src/constants.asm index 4e6f410..6e6f0b3 100644 --- a/src/constants.asm +++ b/src/constants.asm @@ -1,6 +1,7 @@ INCLUDE "constants/booster_constants.asm" INCLUDE "constants/card_constants.asm" INCLUDE "constants/card_data_constants.asm" +INCLUDE "constants/deck_ai_constants.asm" INCLUDE "constants/deck_constants.asm" INCLUDE "constants/duel_constants.asm" INCLUDE "constants/duel_interface_constants.asm" |