mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-19 02:38:11 +00:00
8 lines
226 B
TypeScript
8 lines
226 B
TypeScript
|
export const pokeball = {
|
||
|
"pokeBall": "Poké Ball",
|
||
|
"greatBall": "Great Ball",
|
||
|
"ultraBall": "Ultra Ball",
|
||
|
"rogueBall": "Rogue Ball",
|
||
|
"masterBall": "Master Ball",
|
||
|
"luxuryBall": "Luxury Ball",
|
||
|
} as const;
|