Update Japanese config.ts with nature
parent
8aca96ee74
commit
ae18c766ef
|
@ -10,6 +10,7 @@ import { pokemon } from "./pokemon";
|
|||
import { pokemonStat } from "./pokemon-stat";
|
||||
import { starterSelectUiHandler } from "./starter-select-ui-handler";
|
||||
import { tutorial } from "./tutorial";
|
||||
import { nature } from "./nature";
|
||||
|
||||
|
||||
export const jpConfig = {
|
||||
|
@ -24,5 +25,6 @@ export const jpConfig = {
|
|||
pokemonStat: pokemonStat,
|
||||
pokemon: pokemon,
|
||||
starterSelectUiHandler: starterSelectUiHandler,
|
||||
tutorial: tutorial
|
||||
}
|
||||
tutorial: tutorial,
|
||||
nature: nature
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue