diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-13 10:59:21 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-13 15:35:40 -0400 |
commit | e1a452de9e921a51a2bf40aced2b0e7a241d8cca (patch) | |
tree | a179a6248d35a88f6e52250ef1ddd32a4b7336bb /constants.asm | |
parent | 710ea8bec0e6643b91f292f855aab7c71a141caf (diff) |
Type constants
Diffstat (limited to 'constants.asm')
-rwxr-xr-x | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index a769fbc..965e1c1 100755 --- a/constants.asm +++ b/constants.asm @@ -3,3 +3,4 @@ INCLUDE "constants/music_constants.asm" INCLUDE "constants/text_constants.asm" INCLUDE "constants/card_constants.asm" INCLUDE "constants/deck_constants.asm" +INCLUDE "constants/type_constants.asm" |