diff options
| author | Lywx <kiritodev01@gmail.com> | 2024-05-14 10:36:40 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-14 13:36:40 -0300 |
| commit | 95fdcdfbb3386d8075b462389091cd6947d49144 (patch) | |
| tree | 15d55410c95abf0e0bc04c6b57f985e32c079b9e /config.yml | |
| parent | 207662a0f9d9687a653a750ad73e3accd3d9befd (diff) | |
Splitted yamls into versions (#246)
Diffstat (limited to 'config.yml')
| -rw-r--r-- | config.yml | 26 |
1 files changed, 23 insertions, 3 deletions
@@ -1,14 +1,34 @@ -# Supported Star Fox 64 Versions: US +# Supported Star Fox 64 Versions: US, JP f7475fb11e7e6830f82883412638e8390791ab87: name: Star Fox 64 (U) (V1.1) - path: assets/yaml/us + path: assets/yaml/us/rev1 config: gbi: F3DEX sort: OFFSET logging: ERROR output: - binary: lylat.otr + binary: starship.otr + code: src/assets + headers: include/assets + modding: src/assets + enums: + - include/sf64object.h + - include/sf64level.h + - include/sf64mesg.h + - include/sf64audio_external.h + - include/sf64event.h + - include/sf64player.h + +d064229a32cc05ab85e2381ce07744eb3ffaf530: + name: Star Fox 64 (JP) (V1.0) + path: assets/yaml/jp/rev0 + config: + gbi: F3DEX + sort: OFFSET + logging: ERROR + output: + binary: starship.otr code: src/assets headers: include/assets modding: src/assets |
