diff options
author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2014-07-25 00:50:46 -0500 |
---|---|---|
committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2014-07-25 00:50:46 -0500 |
commit | ba5c5e4e62c68bef335685d15d967ff3044eb82f (patch) | |
tree | c86fe152c9e8d9af8792e59df4ac88c359d25b6b /constants.asm | |
parent | 75db414ec3e4fa24e418e3e5bcd7f913388a4890 (diff) |
Start duel engine disassembly, add duelist 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 bb678d8..5985ff1 100755 --- a/constants.asm +++ b/constants.asm @@ -1,6 +1,7 @@ INCLUDE "constants/map_constants.asm" INCLUDE "constants/music_constants.asm" INCLUDE "constants/text_constants.asm" +INCLUDE "constants/duelist_constants.asm" INCLUDE "constants/card_constants.asm" INCLUDE "constants/deck_constants.asm" INCLUDE "constants/type_constants.asm" |