diff --git a/src/data/biome.ts b/src/data/biome.ts index 3f6e352c8..9b1eeabb4 100644 --- a/src/data/biome.ts +++ b/src/data/biome.ts @@ -810,7 +810,7 @@ export const biomeTrainerPools: BiomeTrainerPools = { [BiomePoolTier.RARE]: [ TrainerType.ARTIST ], [BiomePoolTier.SUPER_RARE]: [], [BiomePoolTier.ULTRA_RARE]: [], - [BiomePoolTier.BOSS]: [], + [BiomePoolTier.BOSS]: [ TrainerType.WHITNEY ], [BiomePoolTier.BOSS_RARE]: [], [BiomePoolTier.BOSS_SUPER_RARE]: [], [BiomePoolTier.BOSS_ULTRA_RARE]: [] @@ -4408,6 +4408,7 @@ export const biomeTrainerPools: BiomeTrainerPools = { ] ], [ TrainerType.WHITNEY, [ + [ Biome.CITY, BiomePoolTier.BOSS ], [ Biome.MEADOW, BiomePoolTier.BOSS ] ] ], diff --git a/src/ui/starter-select-ui-handler.ts b/src/ui/starter-select-ui-handler.ts index fecb7c4e8..644c62547 100644 --- a/src/ui/starter-select-ui-handler.ts +++ b/src/ui/starter-select-ui-handler.ts @@ -253,7 +253,6 @@ export default class StarterSelectUiHandler extends MessageUiHandler { this.pokerusGens.push(species.generation - 1); this.pokerusCursors.push(pokerusCursor); this.pokerusCursorObjs[c].setPosition(148 + 18 * (pokerusCursor % 9), 10 + 18 * Math.floor(pokerusCursor / 9)); - console.log(species.name); } }, 0, date.getTime().toString());