summaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-08-11 19:40:37 -0500
committerdannye <corrnondacqb@yahoo.com>2016-08-11 19:40:37 -0500
commit53b48528f5efb97152a8819a26e39f8e7b2916c2 (patch)
tree28d79946d9e7f6c4279559df9c6b7f74f57d0213 /src/engine
parent0e33f1ed77f79d5511766a95af65f082a3b145d6 (diff)
Replace tabs with spaces
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