diff options
author | yenatch <yenatch@gmail.com> | 2017-07-05 17:42:33 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-07-05 17:43:37 -0400 |
commit | 123d5cc8b26d2a93fa3981beaccb84377c6ae20f (patch) | |
tree | d32d6e2dd7784253798f34a6f2ba3310727d30e4 /src/battle_2.c | |
parent | 40347c124df9f288d97b3853ede1eb0338f8b4c9 (diff) |
Fix tab-aligned comments
Diffstat (limited to 'src/battle_2.c')
-rw-r--r-- | src/battle_2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_2.c b/src/battle_2.c index 64df97f00..d08f2b8df 100644 --- a/src/battle_2.c +++ b/src/battle_2.c @@ -1654,7 +1654,7 @@ void sub_8010874(void) ewram160C9 = 6; ewram16113 = 0; for (i = 0; i < 11; i++) - gBattleResults.unk36[i] = 0; + gBattleResults.unk36[i] = 0; gBattleResults.BattleTurnCounter = 0; gBattleResults.PlayerFaintCounter = 0; gBattleResults.OpponentFaintCounter = 0; |