Skip to content

Commit

Permalink
Fix detecting met people from G to I in SS3/SS4 twice
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Nov 1, 2023
1 parent 6eac0ea commit 6ade44e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions source/screens/characterChange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,6 @@ void CharacterChange::getList() {
peopleMet++;
}
}
for (i = 0; i < (int)sizeof(ss4CharacterOrder_GtoI)/sizeof(u16); i++) {
if (existsSS4Character(ss4CharacterOrder_GtoI[i])) {
peopleMet++;
}
}
for (i = 0; i < (int)sizeof(ss4CharacterOrder_JtoL)/sizeof(u16); i++) {
if (existsSS4Character(ss4CharacterOrder_JtoL[i])) {
peopleMet++;
Expand Down Expand Up @@ -235,11 +230,6 @@ void CharacterChange::getList() {
peopleMet++;
}
}
for (i = 0; i < (int)sizeof(ss3CharacterOrder_GtoI)/sizeof(u16); i++) {
if (existsSS3Character(ss3CharacterOrder_GtoI[i])) {
peopleMet++;
}
}
for (i = 0; i < (int)sizeof(ss3CharacterOrder_JtoL)/sizeof(u16); i++) {
if (existsSS3Character(ss3CharacterOrder_JtoL[i])) {
peopleMet++;
Expand Down

0 comments on commit 6ade44e

Please sign in to comment.