Merge 833eddb233
into 8d11313458
This commit is contained in:
commit
1de48215e8
|
@ -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