mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-28 11:12: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
|
||||
await showEncounterText(`${namespace}:transport`);
|
||||
await Promise.all([ animateBiomeChange(newBiome), transitionMysteryEncounterIntroVisuals() ]);
|
||||
globalScene.updateBiomeWaveText();
|
||||
globalScene.playBgm();
|
||||
await showEncounterText(`${namespace}:attacked`);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user