diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-19 00:43:15 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-19 00:43:15 +0200 |
commit | 94752d420769dfc205b3f717c660f33a6eb2b6fb (patch) | |
tree | e4fcef4a4b8253bc9c48b94d539781e7e22576b3 /src/battle_controllers.c | |
parent | caa36b530a93dc51727822abf6c4c31fa8cbaf63 (diff) |
document battle bars
Diffstat (limited to 'src/battle_controllers.c')
-rw-r--r-- | src/battle_controllers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controllers.c b/src/battle_controllers.c index 2b918d018..8a7ff7b5d 100644 --- a/src/battle_controllers.c +++ b/src/battle_controllers.c @@ -587,7 +587,7 @@ static void SetBattlePartyIds(void) { for (i = 0; i < gBattlersCount; i++) { - for (j = 0; j < 6; j++) + for (j = 0; j < PARTY_SIZE; j++) { if (i < 2) { |