From 53b48528f5efb97152a8819a26e39f8e7b2916c2 Mon Sep 17 00:00:00 2001 From: dannye Date: Thu, 11 Aug 2016 19:40:37 -0500 Subject: Replace tabs with spaces --- src/engine/home.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine') 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 -- cgit v1.2.3