Remove trailing whitespace (#6968)

This commit is contained in:
Eduardo Quezada
2025-05-23 16:33:12 -04:00
committed by GitHub
parent c50ebf17d0
commit 17e570407e
28 changed files with 79 additions and 79 deletions

View File

@@ -46,9 +46,9 @@ void GetCodeFeedback(void)
gSpecialVar_Result = 1;
+ else if (!StringCompare(gStringVar2, sText_CaughtEmAll))
+ {
+ // TODO
+ // TODO
+ gSpecialVar_Result = 2;
+ }
+ }
else
gSpecialVar_Result = 0;
}
@@ -71,7 +71,7 @@ void GetCodeFeedback(void)
+ GetSetPokedexFlag(i + 1, FLAG_SET_CAUGHT);
+ }
gSpecialVar_Result = 2;
}
}
else
gSpecialVar_Result = 0;
}