summaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine')
-rwxr-xr-xsrc/engine/home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm
index c984fa1..c58e050 100755
--- a/src/engine/home.asm
+++ b/src/engine/home.asm
@@ -2286,7 +2286,7 @@ _DrawCardFromDeck: ; 10cf (0:10cf)
jr nc, .emptyDeck
inc a
ld [hl], a ; increment number of cards not in deck
- add DUELVARS_DECK_CARDS - 1 ; point to top card in the deck
+ add DUELVARS_DECK_CARDS - 1 ; point to top card in the deck
ld l, a
ld a, [hl] ; grab card number (0-59) from wPlayerDeckCards or wOpponentDeckCards array
ld l, a