n-rook / thscoreboard

An open-source scoreboard for Touhou games.
Apache License 2.0
9 stars 7 forks source link

Refactor setup_constant_helpers #475

Closed jgdhs27 closed 11 months ago

jgdhs27 commented 12 months ago

Refactor this function, in order to allow us to make updates to constants as long as we don't change the primary key.

The motivation for this is that in the future, I want to make 'character' and 'subshot' be fields in each game, instead of things that we have to compute.