Add Spanish Translation ROMHACK support

This commit is contained in:
Sonic Dreamcaster
2026-04-30 17:53:21 -03:00
parent 0caf5e2d66
commit fad71e70d7
2 changed files with 22 additions and 0 deletions
+21
View File
@@ -120,6 +120,27 @@ d064229a32cc05ab85e2381ce07744eb3ffaf530:
# - include/sf64event.h
# - include/sf64player.h
# EU SPANISH ROMHACK (For audio extraction)
e6dad7523ff8f83fad6fbdb59d472b4f76340c2b:
name: Star Fox 64 (EU) (SPANISH ROMHACK) (V1.0)
path: assets/yaml/eu/rev0
config:
gbi: F3DEX
sort: OFFSET
logging: INFO
output:
binary: ./mods/sf64eu.o2r
code: src/eu/assets
headers: include/assets
modding: src/eu/assets
# enums:
# - include/sf64object.h
# - include/sf64level.h
# - include/sf64mesg.h
# - include/sf64audio_external.h
# - include/sf64event.h
# - include/sf64player.h
c8a10699dea52f4bb2e2311935c1376dfb352e7a:
name: Star Fox 64 (CN) (V1.1) (Compressed)
preprocess:
+1
View File
@@ -18,6 +18,7 @@ std::unordered_map<std::string, std::string> mGameList = {
{ "d064229a32cc05ab85e2381ce07744eb3ffaf530", "Star Fox 64 (J) (V1.0) (Uncompressed)" },
{ "05b307b8804f992af1a1e2fbafbd588501fdf799", "Star Fox 64 (E) (V1.0)" },
{ "09f5d5c14219fc77a36c5a6ad5e63f7abd8b3385", "Star Fox 64 (E) (V1.0) (Uncompressed)" },
{ "e6dad7523ff8f83fad6fbdb59d472b4f76340c2b", "Star Fox 64 (E) (V1.0) (Spanish Romhack)" },
{ "c8a10699dea52f4bb2e2311935c1376dfb352e7a", "Star Fox 64 (C) (V1.1)" },
{ "3a05aba5549fa71e8b16a0c6e2c8481b070818a9", "Star Fox 64 (C) (V1.1) (Uncompressed)" },
};