mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-29 03:32:24 +02:00
update text after entering biome
This commit is contained in:
parent
747656e8df
commit
833eddb233
@ -168,6 +168,7 @@ async function doBiomeTransitionDialogueAndBattleInit() {
|
|||||||
// Show dialogue and transition biome
|
// Show dialogue and transition biome
|
||||||
await showEncounterText(`${namespace}:transport`);
|
await showEncounterText(`${namespace}:transport`);
|
||||||
await Promise.all([ animateBiomeChange(newBiome), transitionMysteryEncounterIntroVisuals() ]);
|
await Promise.all([ animateBiomeChange(newBiome), transitionMysteryEncounterIntroVisuals() ]);
|
||||||
|
globalScene.updateBiomeWaveText();
|
||||||
globalScene.playBgm();
|
globalScene.playBgm();
|
||||||
await showEncounterText(`${namespace}:attacked`);
|
await showEncounterText(`${namespace}:attacked`);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user