diff --git a/README.md b/README.md index 6096aa0b117..ce917491fa5 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Check out our [Trello Board](https://trello.com/b/z10B703R/pokerogue-board) to s - Arata Iiyoshi - Atsuhiro Ishizuna - Pokémon Black/White 2 + - edifette (Title screen music) ### 🎵 Sound Effects - Pokémon Emerald @@ -53,6 +54,10 @@ Check out our [Trello Board](https://trello.com/b/z10B703R/pokerogue-board) to s - Squip (Paid Commissions) - Contributions by Someonealive-QN +### UI + - GAMEFREAK + - LJ Birdman + ### 🎨 Game Logo - Gonstar (Paid Commission) diff --git a/public/audio/bgm/title.mp3 b/public/audio/bgm/title.mp3 new file mode 100644 index 00000000000..c71c2192f4e Binary files /dev/null and b/public/audio/bgm/title.mp3 differ diff --git a/src/phases.ts b/src/phases.ts index d8d96bb2858..58593eaab84 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -142,7 +142,7 @@ export class TitlePhase extends Phase { this.scene.ui.clearText(); this.scene.ui.fadeIn(250); - this.scene.fadeOutBgm(0, false); + this.scene.playBgm('title', true); this.scene.gameData.getSession(loggedInUser.lastSessionSlot).then(sessionData => { if (sessionData) {