From cbb70bc74f43381c13beaee692a557582152d9f3 Mon Sep 17 00:00:00 2001 From: Jared Schoeny Date: Wed, 24 Dec 2025 00:57:41 -1000 Subject: [PATCH] Update db.ts --- src/types/db.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/types/db.ts b/src/types/db.ts index f4dbbe4..c0416cf 100644 --- a/src/types/db.ts +++ b/src/types/db.ts @@ -463,7 +463,7 @@ export type Database = { "Patches Download Permission": "None" | "Current" | "All" "Tag Categories": | "Pokédex" - | "Sprites" + | "Graphics" | "New" | "Altered" | "Quality of Life" @@ -471,6 +471,7 @@ export type Database = { | "Difficulty" | "Scale" | "Tone" + | "Category" } CompositeTypes: { [_ in never]: never @@ -605,7 +606,7 @@ export const Constants = { "Patches Download Permission": ["None", "Current", "All"], "Tag Categories": [ "Pokédex", - "Sprites", + "Graphics", "New", "Altered", "Quality of Life", @@ -613,6 +614,7 @@ export const Constants = { "Difficulty", "Scale", "Tone", + "Category", ], }, },