summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-12-11 01:44:39 -0500
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-12-11 01:44:39 -0500
commit9c4be8a91e0df8c2eb8a75a5108898d4f33d01de (patch)
tree1dd71ea866850c70bf97e632ba0923987cad4143 /constants.asm
parent4e530306781ccebf483dd86c39bd53bd4ca97fbd (diff)
Disassemble Slot Machine and Others
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index c453884b..8191adee 100644
--- a/constants.asm
+++ b/constants.asm
@@ -72,6 +72,8 @@ INCLUDE "constants/palette_constants.asm"
INCLUDE "constants/map_constants.asm"
INCLUDE "constants/map_dimensions.asm"
+INCLUDE "constants/slotmachine_constants.asm"
+
; Evolution types
EV_LEVEL EQU 1
EV_ITEM EQU 2