You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constdexEntry=pokemon.scene.gameData.dexData[pokemon.species.speciesId];this.ownedIcon.setVisible(!!dexEntry.caughtAttr);constopponentPokemonDexAttr=pokemon.getDexAttr();console.log("caught attr: "+dexEntry.caughtAttr);console.log("oppdex attr: "+opponentPokemonDexAttr);console.log("azu dex attr: "+pokemon.scene.gameData.dexData[184].caughtAttr);console.log("maril dex attr: "+pokemon.scene.gameData.dexData[183].caughtAttr);console.log("azuril dexattr: "+pokemon.scene.gameData.dexData[298].caughtAttr);// Check if Player owns all genders and forms of the PokemonconstmissingDexAttrs=((dexEntry.caughtAttr&opponentPokemonDexAttr)<opponentPokemonDexAttr);
No idea why Azumarill has a caughtAttr of 255 (everything) when Azurill and Marill have a more normal caughtAttr of 159. The user does not own the blue shiny variant so the Pokeball should have been tinted
The text was updated successfully, but these errors were encountered:
Link to game and session data here
No idea why Azumarill has a caughtAttr of 255 (everything) when Azurill and Marill have a more normal caughtAttr of 159. The user does not own the blue shiny variant so the Pokeball should have been tinted
The text was updated successfully, but these errors were encountered: