From d15c01378d19f69631128b4029eb695cd94ed251 Mon Sep 17 00:00:00 2001 From: Madmadness65 Date: Sat, 24 Aug 2024 13:15:41 -0500 Subject: [PATCH] Minor filename correction Misspelled "forme". --- ...n_form.mp3 => battle_legendary_origin_forme.mp3} | Bin src/battle-scene.ts | 2 +- src/battle.ts | 2 +- src/locales/en/bgm-name.json | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename public/audio/bgm/{battle_legendary_origin_form.mp3 => battle_legendary_origin_forme.mp3} (100%) diff --git a/public/audio/bgm/battle_legendary_origin_form.mp3 b/public/audio/bgm/battle_legendary_origin_forme.mp3 similarity index 100% rename from public/audio/bgm/battle_legendary_origin_form.mp3 rename to public/audio/bgm/battle_legendary_origin_forme.mp3 diff --git a/src/battle-scene.ts b/src/battle-scene.ts index 58ff522c08c..1a08d5d6261 100644 --- a/src/battle-scene.ts +++ b/src/battle-scene.ts @@ -1897,7 +1897,7 @@ export default class BattleScene extends SceneBase { return 22.770; case "battle_legendary_dia_pal": //ORAS Dialga & Palkia Battle return 16.009; - case "battle_legendary_origin_form": //LA Origin Dialga & Palkia Battle + case "battle_legendary_origin_forme": //LA Origin Dialga & Palkia Battle return 18.961; case "battle_legendary_giratina": //ORAS Giratina Battle return 10.451; diff --git a/src/battle.ts b/src/battle.ts index cf7efe62ed4..88288ac8118 100644 --- a/src/battle.ts +++ b/src/battle.ts @@ -279,7 +279,7 @@ export default class Battle { return "battle_legendary_dia_pal"; } if (pokemon.getFormKey() === "origin") { - return "battle_legendary_origin_form"; + return "battle_legendary_origin_forme"; } } if (pokemon.species.speciesId === Species.GIRATINA) { diff --git a/src/locales/en/bgm-name.json b/src/locales/en/bgm-name.json index f02e231178f..d35b9f2b917 100644 --- a/src/locales/en/bgm-name.json +++ b/src/locales/en/bgm-name.json @@ -45,7 +45,7 @@ "battle_legendary_lake_trio": "ORAS Lake Guardians Battle", "battle_legendary_sinnoh": "ORAS Sinnoh Legendary Battle", "battle_legendary_dia_pal": "ORAS Dialga & Palkia Battle", - "battle_legendary_origin_form": "LA Origin Dialga & Palkia Battle", + "battle_legendary_origin_forme": "LA Origin Dialga & Palkia Battle", "battle_legendary_giratina": "ORAS Giratina Battle", "battle_legendary_arceus": "HGSS Arceus Battle", "battle_legendary_unova": "BW Unova Legendary Battle",