mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
parent
c39e69fc58
commit
3b0e1bdc50
@ -1,4 +1,6 @@
|
|||||||
import { pokemonForm } from "./pokemon-form";
|
import { pokemonForm } from "./pokemon-form";
|
||||||
|
// import { common } from "#app/locales/ko/common.js";
|
||||||
|
// import { settings } from "#app/locales/ko/settings.js";
|
||||||
import { ability } from "./ability";
|
import { ability } from "./ability";
|
||||||
import { abilityTriggers } from "./ability-trigger";
|
import { abilityTriggers } from "./ability-trigger";
|
||||||
import { arenaFlyout } from "./arena-flyout";
|
import { arenaFlyout } from "./arena-flyout";
|
||||||
@ -35,6 +37,7 @@ import { modifier } from "./modifier";
|
|||||||
import { modifierType } from "./modifier-type";
|
import { modifierType } from "./modifier-type";
|
||||||
import { move } from "./move";
|
import { move } from "./move";
|
||||||
import { nature } from "./nature";
|
import { nature } from "./nature";
|
||||||
|
import { partyUiHandler } from "./party-ui-handler";
|
||||||
import { pokeball } from "./pokeball";
|
import { pokeball } from "./pokeball";
|
||||||
import { pokemon } from "./pokemon";
|
import { pokemon } from "./pokemon";
|
||||||
import { fusionAffixes } from "./pokemon-fusion-affixes";
|
import { fusionAffixes } from "./pokemon-fusion-affixes";
|
||||||
@ -49,7 +52,6 @@ import { titles, trainerClasses, trainerNames } from "./trainers";
|
|||||||
import { tutorial } from "./tutorial";
|
import { tutorial } from "./tutorial";
|
||||||
import { voucher } from "./voucher";
|
import { voucher } from "./voucher";
|
||||||
import { terrain, weather } from "./weather";
|
import { terrain, weather } from "./weather";
|
||||||
import { partyUiHandler } from "./party-ui-handler";
|
|
||||||
import { settings } from "./settings.js";
|
import { settings } from "./settings.js";
|
||||||
import { common } from "./common.js";
|
import { common } from "./common.js";
|
||||||
import { modifierSelectUiHandler } from "./modifier-select-ui-handler";
|
import { modifierSelectUiHandler } from "./modifier-select-ui-handler";
|
||||||
@ -92,6 +94,7 @@ export const koConfig = {
|
|||||||
modifierType: modifierType,
|
modifierType: modifierType,
|
||||||
move: move,
|
move: move,
|
||||||
nature: nature,
|
nature: nature,
|
||||||
|
partyUiHandler: partyUiHandler,
|
||||||
pokeball: pokeball,
|
pokeball: pokeball,
|
||||||
pokemon: pokemon,
|
pokemon: pokemon,
|
||||||
pokemonForm: pokemonForm,
|
pokemonForm: pokemonForm,
|
||||||
@ -111,7 +114,6 @@ export const koConfig = {
|
|||||||
tutorial: tutorial,
|
tutorial: tutorial,
|
||||||
voucher: voucher,
|
voucher: voucher,
|
||||||
weather: weather,
|
weather: weather,
|
||||||
partyUiHandler: partyUiHandler,
|
|
||||||
modifierSelectUiHandler: modifierSelectUiHandler,
|
modifierSelectUiHandler: modifierSelectUiHandler,
|
||||||
moveTriggers: moveTriggers
|
moveTriggers: moveTriggers
|
||||||
};
|
};
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user