[Bug] Update Biome text after using Teleporting Hijinks (#5173)

This commit is contained in:
Chris 2025-02-06 16:14:28 -05:00 committed by GitHub
parent f89e42fa7b
commit 60990deaf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`);