Merge branch 'beta' of https://github.com/pagefaultgames/pokerogue into namespace-plugin

This commit is contained in:
Adrian 2024-10-09 03:56:19 -04:00
commit 5afc9eede7
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit b44ee2173788018ffd5dc6b7b7fa159be5b9d514 Subproject commit fc4a1effd5170def3c8314208a52cd0d8e6913ef

View File

@ -81,6 +81,8 @@ const namespaceMap = {
miscDialogue: "dialogue-misc", miscDialogue: "dialogue-misc",
battleSpecDialogue: "dialogue-final-boss", battleSpecDialogue: "dialogue-final-boss",
doubleBattleDialogue: "dialogue-double-battle", doubleBattleDialogue: "dialogue-double-battle",
splashMessages: "splash-texts",
mysteryEncounterMessages: "mystery-encounter-texts",
}; };
//#region Functions //#region Functions