Undo another change I made tee hee

This commit is contained in:
AJ Fontaine 2024-09-30 10:51:39 -04:00
parent 0d40d98de1
commit f470d6496e

View File

@ -65,12 +65,6 @@ import { MysteryEncounterPokemonData } from "#app/data/mystery-encounters/myster
import { SwitchType } from "#enums/switch-type";
import { BASE_HIDDEN_ABILITY_CHANCE, BASE_SHINY_CHANCE } from "#app/data/balance/rates";
/** `64/65536 -> 1/1024` */
const BASE_SHINY_CHANCE = 64;
/** `1/256` */
const BASE_HIDDEN_ABILITY_CHANCE = 256;
export enum FieldPosition {
CENTER,
LEFT,