Skip to content

Commit

Permalink
Update pokedex.c
Browse files Browse the repository at this point in the history
  • Loading branch information
WhenGryphonsFly committed Nov 7, 2023
1 parent d5562fc commit a564e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pokedex.c
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ void sub_4BB4(void)
{
gUnknown_0202A1C0[index] = gUnknown_0202A390[index];
}
for(index = 0; index < 0xCD; index++)
for(index = 0; index < NUM_SPECIES; index++)
{
gMain_saveData.pokedexFlags[index] = gUnknown_0202A1C0[index];
}
Expand Down

0 comments on commit a564e97

Please sign in to comment.