mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Removed log messages
This commit is contained in:
parent
9bbad183b5
commit
0240cd32dd
@ -961,7 +961,6 @@ export default class PokedexPageUiHandler extends MessageUiHandler {
|
||||
|
||||
const isFormCaught = (caughtAttr & globalScene.gameData.getFormAttr(formIndex ?? 0)) > 0n;
|
||||
|
||||
console.log(caughtAttr.toString(2), species.getFullUnlocksData().toString(2));
|
||||
return isFormCaught;
|
||||
}
|
||||
|
||||
@ -1159,7 +1158,6 @@ export default class PokedexPageUiHandler extends MessageUiHandler {
|
||||
this.blockInput = false;
|
||||
} else {
|
||||
ui.revertMode().then(() => {
|
||||
console.log("exitCallback", this.exitCallback);
|
||||
if (this.exitCallback instanceof Function) {
|
||||
const exitCallback = this.exitCallback;
|
||||
this.exitCallback = null;
|
||||
@ -2467,7 +2465,6 @@ export default class PokedexPageUiHandler extends MessageUiHandler {
|
||||
|
||||
const isFormCaught = this.isFormCaught();
|
||||
const isFormSeen = this.isSeen();
|
||||
console.log("isCaught:", isFormCaught, "isSeen:", isFormSeen);
|
||||
|
||||
this.shinyOverlay.setVisible(shiny ?? false); // TODO: is false the correct default?
|
||||
this.pokemonNumberText.setColor(this.getTextColor(shiny ? TextStyle.SUMMARY_GOLD : TextStyle.SUMMARY, false));
|
||||
|
Loading…
Reference in New Issue
Block a user