mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-07-14 02:11:12 +00:00
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
8 lines
297 B
Bash
Executable file
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
|