mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-04 19:58:26 +02:00
added text replacement
This commit is contained in:
parent
a337f2a29c
commit
37a5255db9
1 changed files with 4 additions and 0 deletions
|
@ -91,12 +91,16 @@ def patch_bmg(self, gamefile): # gamefile est le fichier .szs trouvé dans le /
|
||||||
MAINMENU_REPLACE = f"MKWFaraphel {self.VERSION}"
|
MAINMENU_REPLACE = f"MKWFaraphel {self.VERSION}"
|
||||||
menu_replacement = {
|
menu_replacement = {
|
||||||
"CWF de Nintendo": NINTENDO_CWF_REPLACE,
|
"CWF de Nintendo": NINTENDO_CWF_REPLACE,
|
||||||
|
"Wi-Fi Nintendo": NINTENDO_CWF_REPLACE,
|
||||||
"CWF Nintendo": NINTENDO_CWF_REPLACE,
|
"CWF Nintendo": NINTENDO_CWF_REPLACE,
|
||||||
"Nintendo WFC": NINTENDO_CWF_REPLACE,
|
"Nintendo WFC": NINTENDO_CWF_REPLACE,
|
||||||
|
"Wi-Fi": NINTENDO_CWF_REPLACE,
|
||||||
|
"インターネット": NINTENDO_CWF_REPLACE,
|
||||||
|
|
||||||
"Menu principal": MAINMENU_REPLACE,
|
"Menu principal": MAINMENU_REPLACE,
|
||||||
"Menú principal": MAINMENU_REPLACE,
|
"Menú principal": MAINMENU_REPLACE,
|
||||||
"Main Menu": MAINMENU_REPLACE,
|
"Main Menu": MAINMENU_REPLACE,
|
||||||
|
"トップメニュー": MAINMENU_REPLACE,
|
||||||
|
|
||||||
"Mario Kart Wii": MAINMENU_REPLACE,
|
"Mario Kart Wii": MAINMENU_REPLACE,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue