summaryrefslogtreecommitdiff
path: root/src/constants
diff options
context:
space:
mode:
authorpinksylveon <shakibafzali@gmail.com>2020-12-07 17:56:31 -0500
committerpinksylveon <shakibafzali@gmail.com>2020-12-07 17:56:31 -0500
commitb217f4509508a5c16540fa00f1ec458c8984846a (patch)
treef6355aa58eac70cb95de1d327fde11b4496176f3 /src/constants
parent342ba196ba6efb71c03622e625a54038154a6064 (diff)
Replaced hex values with constants
Diffstat (limited to 'src/constants')
-rw-r--r--src/constants/deck_constants.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants/deck_constants.asm b/src/constants/deck_constants.asm
index 4105242..5efc329 100644
--- a/src/constants/deck_constants.asm
+++ b/src/constants/deck_constants.asm
@@ -66,3 +66,5 @@ ENDM
deck_const RESHUFFLE_DECK ; $35
deck_const IMAKUNI_DECK ; $36
DECKS_END EQU const_value + -1
+DECK_IDS_END EQU DECKS_END - 2
+