New JSON config cleanup and testing

This commit is contained in:
GriffinR
2026-02-22 03:04:02 -05:00
parent 29fe37f79e
commit 463803292f
15 changed files with 84 additions and 98 deletions

View File

@@ -2289,7 +2289,7 @@ All constants are accessible via the global ``constants`` object.
.. js:attribute:: constants.base_game_version
The string value of the config setting ``base_game_version``. This will either be ``pokeruby``, ``pokefirered``, or ``pokeemerald``.
The string value of the config setting ``base_game_version``. This will either be ``pokeruby``, ``pokefirered``, ``pokeemerald``, or an empty string.
.. js:attribute:: constants.version.major