diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-08-11 19:40:37 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-08-11 19:40:37 -0500 |
commit | 53b48528f5efb97152a8819a26e39f8e7b2916c2 (patch) | |
tree | 28d79946d9e7f6c4279559df9c6b7f74f57d0213 /src/engine | |
parent | 0e33f1ed77f79d5511766a95af65f082a3b145d6 (diff) |
Replace tabs with spaces
Diffstat (limited to 'src/engine')
-rwxr-xr-x | src/engine/home.asm | 2 |
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 |