Update type of ivs in save-data.ts

This commit is contained in:
Sirz Benjie 2025-09-22 10:35:56 -05:00
parent d93bfab831
commit cea47507df
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -123,7 +123,7 @@ export interface Starter {
pokerus: boolean;
nickname?: string;
teraType?: PokemonType;
ivs: number[];
ivs: Uint8Array;
}
export type RunHistoryData = Record<number, RunEntry>;