mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-27 02:32:21 +02:00
Selecting pokedex option in starter select menu does not play error sound
This commit is contained in:
parent
797344d709
commit
42fce61135
@ -1981,8 +1981,8 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
|||||||
female: starterAttributes.female
|
female: starterAttributes.female
|
||||||
};
|
};
|
||||||
ui.setOverlayMode(Mode.POKEDEX_PAGE, this.lastSpecies, starterAttributes.form, attributes);
|
ui.setOverlayMode(Mode.POKEDEX_PAGE, this.lastSpecies, starterAttributes.form, attributes);
|
||||||
return true;
|
|
||||||
});
|
});
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
options.push({
|
options.push({
|
||||||
|
Loading…
Reference in New Issue
Block a user