diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-18 20:00:36 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-18 20:00:36 +0100 |
commit | 1b0cfb075723af7b457ec118eca2888df449bf9e (patch) | |
tree | 10d1e3635e50be6b4909f56097652fe4b989e373 /src/post_battle_event_funcs.c | |
parent | 032dd251e628debd1ec7774fa42b6e7d39b3d83b (diff) |
Party Size and Num Stats
Diffstat (limited to 'src/post_battle_event_funcs.c')
-rw-r--r-- | src/post_battle_event_funcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post_battle_event_funcs.c b/src/post_battle_event_funcs.c index 9765ef5b6..934972b7c 100644 --- a/src/post_battle_event_funcs.c +++ b/src/post_battle_event_funcs.c @@ -43,7 +43,7 @@ int GameClear(void) ribbonGet = FALSE; - for (i = 0; i < 6; i++) + for (i = 0; i < PARTY_SIZE; i++) { struct Pokemon *mon = &gPlayerParty[i]; |