sm64coopdx/autogen/autogen.sh
Cooliokid956 1c3c5fbb66 new tool to check language files
a few revisions to the files themselves too:
- Added the `[LANGUAGE]:English` entry to the english language, its duty as the default language
- localized languages for the Spanish language
- Verified all entries in the Spanish language
2026-03-27 13:05:51 -05:00

8 lines
297 B
Bash
Executable file

#!/usr/bin/env bash
python3 ./autogen/gen_math.py $1
python3 ./autogen/convert_functions.py $1
python3 ./autogen/convert_structs.py $1
python3 ./autogen/gen_hooks.py $1
python3 ./autogen/convert_constants.py $1
python3 ./autogen/extract_display_lists.py $1
python3 ./autogen/check_languages.py $1