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", ], }, },