Adjust TODOs

This commit is contained in:
xsn34kzx 2025-08-04 13:02:23 -04:00
parent 968b4d410f
commit b25dbe7732
2 changed files with 1 additions and 2 deletions

View File

@ -708,7 +708,6 @@ export async function catchPokemon(
});
};
Promise.all([pokemon.hideInfo(), globalScene.gameData.setPokemonCaught(pokemon)]).then(() => {
// TODO: Address ME edge cases (Safari Zone, etc.)
const addStatus = new BooleanHolder(true);
applyChallenges(ChallengeType.POKEMON_ADD_TO_PARTY, pokemon, addStatus);
if (!addStatus.value) {

View File

@ -923,7 +923,7 @@ export const achvs = {
c.value > 0 &&
globalScene.gameMode.challenges.some(c => c.id === Challenges.INVERSE_BATTLE && c.value > 0),
).setSecret(),
// TODO: Decide on icon, description, etc.
// TODO: Decide on icon
NUZLOCKE: new ChallengeAchv(
"NUZLOCKE",
"",