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/constants/duel_constants.asm | |
parent | 0e33f1ed77f79d5511766a95af65f082a3b145d6 (diff) |
Replace tabs with spaces
Diffstat (limited to 'src/constants/duel_constants.asm')
-rw-r--r-- | src/constants/duel_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/duel_constants.asm b/src/constants/duel_constants.asm index 15e4662..9d8415f 100644 --- a/src/constants/duel_constants.asm +++ b/src/constants/duel_constants.asm @@ -43,7 +43,7 @@ CARD_LOCATION_BENCH_4 EQU $14 CARD_LOCATION_BENCH_5 EQU $15 ;;; constant values -DUEL_MAX_POKEMON_IN_PLAY EQU $06 +DUEL_MAX_POKEMON_IN_PLAY EQU $06 ;;; status conditions ; two statuses can be combined if they are identified by a different nybble |