diff options
| author | pinksylveon <shakibafzali@gmail.com> | 2020-12-07 17:56:31 -0500 |
|---|---|---|
| committer | pinksylveon <shakibafzali@gmail.com> | 2020-12-07 17:56:31 -0500 |
| commit | b217f4509508a5c16540fa00f1ec458c8984846a (patch) | |
| tree | f6355aa58eac70cb95de1d327fde11b4496176f3 /src/constants | |
| parent | 342ba196ba6efb71c03622e625a54038154a6064 (diff) | |
Replaced hex values with constants
Diffstat (limited to 'src/constants')
| -rw-r--r-- | src/constants/deck_constants.asm | 2 |
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 + |
