mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-04 13:49:32 +02:00
Compare commits
5 Commits
458bdd768d
...
6216eeae60
Author | SHA1 | Date | |
---|---|---|---|
|
6216eeae60 | ||
|
5d4b805c13 | ||
|
0f97000cb3 | ||
|
845ed61ee8 | ||
|
e862334819 |
Binary file not shown.
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 289 B |
Binary file not shown.
Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 292 B |
@ -1870,10 +1870,12 @@ export const trainerConfigs: TrainerConfigs = {
|
|||||||
SpeciesId.CLEFFA,
|
SpeciesId.CLEFFA,
|
||||||
SpeciesId.WOOPER,
|
SpeciesId.WOOPER,
|
||||||
SpeciesId.TEDDIURSA,
|
SpeciesId.TEDDIURSA,
|
||||||
|
SpeciesId.REMORAID,
|
||||||
SpeciesId.HOUNDOUR,
|
SpeciesId.HOUNDOUR,
|
||||||
SpeciesId.SILCOON,
|
SpeciesId.SILCOON,
|
||||||
SpeciesId.PLUSLE,
|
SpeciesId.PLUSLE,
|
||||||
SpeciesId.VOLBEAT,
|
SpeciesId.VOLBEAT,
|
||||||
|
SpeciesId.SPINDA,
|
||||||
SpeciesId.BONSLY,
|
SpeciesId.BONSLY,
|
||||||
SpeciesId.PETILIL,
|
SpeciesId.PETILIL,
|
||||||
SpeciesId.SPRITZEE,
|
SpeciesId.SPRITZEE,
|
||||||
@ -1890,10 +1892,12 @@ export const trainerConfigs: TrainerConfigs = {
|
|||||||
SpeciesId.IGGLYBUFF,
|
SpeciesId.IGGLYBUFF,
|
||||||
SpeciesId.PALDEA_WOOPER,
|
SpeciesId.PALDEA_WOOPER,
|
||||||
SpeciesId.PHANPY,
|
SpeciesId.PHANPY,
|
||||||
|
SpeciesId.MANTYKE,
|
||||||
SpeciesId.ELECTRIKE,
|
SpeciesId.ELECTRIKE,
|
||||||
SpeciesId.CASCOON,
|
SpeciesId.CASCOON,
|
||||||
SpeciesId.MINUN,
|
SpeciesId.MINUN,
|
||||||
SpeciesId.ILLUMISE,
|
SpeciesId.ILLUMISE,
|
||||||
|
SpeciesId.SPINDA,
|
||||||
SpeciesId.MIME_JR,
|
SpeciesId.MIME_JR,
|
||||||
SpeciesId.COTTONEE,
|
SpeciesId.COTTONEE,
|
||||||
SpeciesId.SWIRLIX,
|
SpeciesId.SWIRLIX,
|
||||||
|
@ -1053,7 +1053,7 @@ export class StarterSelectUiHandler extends MessageUiHandler {
|
|||||||
this.moveInfoOverlay = new MoveInfoOverlay({
|
this.moveInfoOverlay = new MoveInfoOverlay({
|
||||||
top: true,
|
top: true,
|
||||||
x: 1,
|
x: 1,
|
||||||
y: globalScene.scaledCanvas.height / 6 - MoveInfoOverlay.getHeight() - 29,
|
y: globalScene.scaledCanvas.height - MoveInfoOverlay.getHeight() - 29,
|
||||||
});
|
});
|
||||||
|
|
||||||
this.starterSelectContainer.add([
|
this.starterSelectContainer.add([
|
||||||
|
Loading…
Reference in New Issue
Block a user