Starship/config.yml

40 lines
956 B
YAML
Raw Normal View History

2024-05-14 19:36:40 +03:00
# Supported Star Fox 64 Versions: US, JP
f7475fb11e7e6830f82883412638e8390791ab87:
name: Star Fox 64 (U) (V1.1)
2024-05-14 19:36:40 +03:00
path: assets/yaml/us/rev1
config:
gbi: F3DEX
sort: OFFSET
2024-04-07 01:10:50 +03:00
# logging: ERROR
output:
2024-09-07 08:25:52 +03:00
binary: sf64.otr
code: src/assets
headers: include/assets
modding: src/assets
enums:
- include/sf64object.h
- include/sf64level.h
- include/sf64mesg.h
2024-05-14 19:36:40 +03:00
- 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
output:
2024-09-07 08:25:52 +03:00
binary: sf64.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