diff options
author | pinksylveon <shakibafzali@gmail.com> | 2020-12-08 14:35:10 -0500 |
---|---|---|
committer | pinksylveon <shakibafzali@gmail.com> | 2020-12-08 14:35:10 -0500 |
commit | dec84633711c8f3a1f5c8d815fb41dfcc58a809e (patch) | |
tree | e4327d20cec5567e3db7c47dc7905d2acd181cb1 /src/constants/deck_constants.asm | |
parent | b217f4509508a5c16540fa00f1ec458c8984846a (diff) |
Changed hex value to IMAKUNI_DECK_ID
Diffstat (limited to 'src/constants/deck_constants.asm')
-rw-r--r-- | src/constants/deck_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/deck_constants.asm b/src/constants/deck_constants.asm index 5efc329..8c8e8c9 100644 --- a/src/constants/deck_constants.asm +++ b/src/constants/deck_constants.asm @@ -66,5 +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 +DECK_IDS_END EQU DECKS_END -2 |