Skip to content

Commit

Permalink
Merge pull request #473 from besteon/dev
Browse files Browse the repository at this point in the history
8.6.0 Patch Release
  • Loading branch information
UTDZac authored Sep 13, 2024
2 parents d6a1ac4 + 266bf81 commit b945e7d
Show file tree
Hide file tree
Showing 20 changed files with 456 additions and 19 deletions.
3 changes: 3 additions & 0 deletions ironmon_tracker/Constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ Constants.OrderedLists = {
"CarouselSpeed",
"Auto swap to enemy",
"Show random ball picker",
"Show heals as whole number",
"Show Poke Ball catch rate",
"Hide stats until summary shown",
"Right justified numbers",
"Show nicknames",
Expand Down Expand Up @@ -692,6 +694,7 @@ Constants.Char = {
[">"] = { width = 4, },
["/"] = { width = 4, },
[":"] = { width = 1, },
["~"] = { width = 5, },
["a"] = { width = 4, },
["A"] = { width = 4, },
["b"] = { width = 4, },
Expand Down
10 changes: 10 additions & 0 deletions ironmon_tracker/Languages/English.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ ScreenResources{
HeaderPP = "PP",
HeaderPow = "Pow",
HeaderAcc = "Acc",
ToCatch = "to catch",
LeaveANote = "Leave a note",
DamageTaken = "damage",
DamageTakenInTeams = "Total received",
Expand Down Expand Up @@ -235,6 +236,8 @@ ScreenResources{
ButtonEditTime = "Edit",
ButtonRelocateTime = "Relocate",
OptionShowRandomBallPicker = "Show random ball picker",
OptionShowHealsAsValue = "Show heals as whole number",
OptionShowBallCatchRate = "Show Poké Ball catch rate",
OptionDisplayRepelUsage = "Display repel usage",
OptionDisplayPedometer = "Display step pedometer",
OptionDisplayPlayTime = "Display play time",
Expand Down Expand Up @@ -634,6 +637,8 @@ ScreenResources{
CMD_Progress_Help = "> Displays fun progress percentages for the current game.",
CMD_Log_Name = "Log Randomizer Settings",
CMD_Log_Help = "> If the log has been opened, displays shareable randomizer settings from the log for current game.",
CMD_BallQueue_Name = "Ball Queue",
CMD_BallQueue_Help = "> Displays the size of the ball queue and the current pick, if any.",
CMD_About_Name = "About the Tracker",
CMD_About_Help = "> Displays info about the Ironmon Tracker and game being played.",
CMD_Help_Name = "Command Help",
Expand All @@ -653,6 +658,7 @@ ScreenResources{
O_WordForMiddle = "Word for Middle",
O_WordForRight = "Word for Right",
O_WordForRandom = "Word for Random",
O_ShowBallQueueOnStartup = "Show Ball Queue info on startup",
TabCommands = "Commands",
TabRewards = "Rewards",
TabQueue = "Queue",
Expand Down Expand Up @@ -711,6 +717,7 @@ ScreenResources{
MenuExtensions = "Extensions",
MenuCommands = "Commands",
MenuBasicCommands = "Basic Commands",
MenuAdvancedCommands = "Advanced Commands",
MenuOtherCommands = "Other Commands",
MenuInfoLookup = "Info Lookup",
MenuPokemon = "Pokémon",
Expand Down Expand Up @@ -755,6 +762,8 @@ ScreenResources{
OptionCountEnemyPP = "Count enemy PP usage",
OptionShowLastDamage = "Show last damage calcs",
OptionRevealRandomizedInfo = "Show random move/type data",
OptionShowHealsAsValue = "Show heals as whole number",
OptionShowBallCatchRate = "Show Poke Ball catch rate",
OptionAutodetectGameLanguage = "Autodetect game language",
OptionPremadeRoms = "Use premade ROMs",
OptionGenerateRom = "Generate a ROM each time",
Expand Down Expand Up @@ -851,6 +860,7 @@ ScreenResources{
TrackerSpAttack = "SPA",
TrackerSpDefense = "SPD",
TrackerSpeed = "SPE",
TrackerCatchRate = "Catch rate",
TrackerSurvivalPCs = "Survival PCs",
TrackerHeals = "Heals",
TrackerLastSeen = "Last seen",
Expand Down
10 changes: 10 additions & 0 deletions ironmon_tracker/Languages/French.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ ScreenResources{
HeaderPP = "PP", -- NEEDS TRANSLATION
HeaderPow = "Pow", -- NEEDS TRANSLATION
HeaderAcc = "Acc", -- NEEDS TRANSLATION
ToCatch = "to catch", -- NEEDS TRANSLATION
LeaveANote = "Leave a note", -- NEEDS TRANSLATION
DamageTaken = "damage", -- NEEDS TRANSLATION
DamageTakenInTeams = "Total received", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -235,6 +236,8 @@ ScreenResources{
ButtonEditTime = "Edit", -- NEEDS TRANSLATION
ButtonRelocateTime = "Relocate", -- NEEDS TRANSLATION
OptionShowRandomBallPicker = "Show random ball picker", -- NEEDS TRANSLATION
OptionShowHealsAsValue = "Show heals as whole number", -- NEEDS TRANSLATION
OptionShowBallCatchRate = "Show Poké Ball catch rate", -- NEEDS TRANSLATION
OptionDisplayRepelUsage = "Display repel usage", -- NEEDS TRANSLATION
OptionDisplayPedometer = "Display step pedometer", -- NEEDS TRANSLATION
OptionDisplayPlayTime = "Display play time", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -635,6 +638,8 @@ ScreenResources{
CMD_Progress_Help = "> Displays fun progress percentages for the current game.",
CMD_Log_Name = "Log Randomizer Settings",
CMD_Log_Help = "> If the log has been opened, displays shareable randomizer settings from the log for current game.",
CMD_BallQueue_Name = "Ball Queue",
CMD_BallQueue_Help = "> Displays the size of the ball queue and the current pick, if any.",
CMD_About_Name = "About the Tracker",
CMD_About_Help = "> Displays info about the Ironmon Tracker and game being played.",
CMD_Help_Name = "Command Help",
Expand All @@ -654,6 +659,7 @@ ScreenResources{
O_WordForMiddle = "Word for Middle",
O_WordForRight = "Word for Right",
O_WordForRandom = "Word for Random",
O_ShowBallQueueOnStartup = "Show Ball Queue info on startup",
-- THE BELOW SCREEN LABELS NEED TRANSLATION
TabCommands = "Commands",
TabRewards = "Rewards",
Expand Down Expand Up @@ -713,6 +719,7 @@ ScreenResources{
MenuExtensions = "Extensions", -- NEEDS TRANSLATION
MenuCommands = "Commands", -- NEEDS TRANSLATION
MenuBasicCommands = "Basic Commands", -- NEEDS TRANSLATION
MenuAdvancedCommands = "Advanced Commands", -- NEEDS TRANSLATION
MenuOtherCommands = "Other Commands", -- NEEDS TRANSLATION
MenuInfoLookup = "Info Lookup", -- NEEDS TRANSLATION
MenuPokemon = "Pokémon", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -757,6 +764,8 @@ ScreenResources{
OptionCountEnemyPP = "Count enemy PP usage", -- NEEDS TRANSLATION
OptionShowLastDamage = "Show last damage calcs", -- NEEDS TRANSLATION
OptionRevealRandomizedInfo = "Reveal info if randomized", -- NEEDS TRANSLATION
OptionShowHealsAsValue = "Show heals as whole number", -- NEEDS TRANSLATION
OptionShowBallCatchRate = "Show Poke Ball catch rate", -- NEEDS TRANSLATION
OptionAutodetectGameLanguage = "Autodetect game language", -- NEEDS TRANSLATION
OptionPremadeRoms = "Use premade ROMs", -- NEEDS TRANSLATION
OptionGenerateRom = "Generate a ROM each time", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -852,6 +861,7 @@ ScreenResources{
TrackerSpAttack = "SPA", -- NEEDS TRANSLATION
TrackerSpDefense = "SPD", -- NEEDS TRANSLATION
TrackerSpeed = "SPE", -- NEEDS TRANSLATION
TrackerCatchRate = "Catch rate", -- NEEDS TRANSLATION
TrackerSurvivalPCs = "Survival PCs", -- NEEDS TRANSLATION
TrackerHeals = "Heals", -- NEEDS TRANSLATION
TrackerLastSeen = "Last seen", -- NEEDS TRANSLATION
Expand Down
10 changes: 10 additions & 0 deletions ironmon_tracker/Languages/German.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ ScreenResources{
HeaderPP = "PP", -- NEEDS TRANSLATION
HeaderPow = "Pow", -- NEEDS TRANSLATION
HeaderAcc = "Acc", -- NEEDS TRANSLATION
ToCatch = "to catch", -- NEEDS TRANSLATION
LeaveANote = "Leave a note", -- NEEDS TRANSLATION
DamageTaken = "damage", -- NEEDS TRANSLATION
DamageTakenInTeams = "Total received", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -235,6 +236,8 @@ ScreenResources{
ButtonEditTime = "Edit", -- NEEDS TRANSLATION
ButtonRelocateTime = "Relocate", -- NEEDS TRANSLATION
OptionShowRandomBallPicker = "Show random ball picker", -- NEEDS TRANSLATION
OptionShowHealsAsValue = "Show heals as whole number", -- NEEDS TRANSLATION
OptionShowBallCatchRate = "Show Poké Ball catch rate", -- NEEDS TRANSLATION
OptionDisplayRepelUsage = "Display repel usage", -- NEEDS TRANSLATION
OptionDisplayPedometer = "Display step pedometer", -- NEEDS TRANSLATION
OptionDisplayPlayTime = "Display play time", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -635,6 +638,8 @@ ScreenResources{
CMD_Progress_Help = "> Displays fun progress percentages for the current game.",
CMD_Log_Name = "Log Randomizer Settings",
CMD_Log_Help = "> If the log has been opened, displays shareable randomizer settings from the log for current game.",
CMD_BallQueue_Name = "Ball Queue",
CMD_BallQueue_Help = "> Displays the size of the ball queue and the current pick, if any.",
CMD_About_Name = "About the Tracker",
CMD_About_Help = "> Displays info about the Ironmon Tracker and game being played.",
CMD_Help_Name = "Command Help",
Expand All @@ -654,6 +659,7 @@ ScreenResources{
O_WordForMiddle = "Word for Middle",
O_WordForRight = "Word for Right",
O_WordForRandom = "Word for Random",
O_ShowBallQueueOnStartup = "Show Ball Queue info on startup",
-- THE BELOW SCREEN LABELS NEED TRANSLATION
TabCommands = "Commands",
TabRewards = "Rewards",
Expand Down Expand Up @@ -713,6 +719,7 @@ ScreenResources{
MenuExtensions = "Extensions", -- NEEDS TRANSLATION
MenuCommands = "Commands", -- NEEDS TRANSLATION
MenuBasicCommands = "Basic Commands", -- NEEDS TRANSLATION
MenuAdvancedCommands = "Advanced Commands", -- NEEDS TRANSLATION
MenuOtherCommands = "Other Commands", -- NEEDS TRANSLATION
MenuInfoLookup = "Info Lookup", -- NEEDS TRANSLATION
MenuPokemon = "Pokémon", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -757,6 +764,8 @@ ScreenResources{
OptionCountEnemyPP = "Count enemy PP usage", -- NEEDS TRANSLATION
OptionShowLastDamage = "Show last damage calcs", -- NEEDS TRANSLATION
OptionRevealRandomizedInfo = "Show random move/type data", -- NEEDS TRANSLATION
OptionShowHealsAsValue = "Show heals as whole number", -- NEEDS TRANSLATION
OptionShowBallCatchRate = "Show Poke Ball catch rate", -- NEEDS TRANSLATION
OptionAutodetectGameLanguage = "Autodetect game language", -- NEEDS TRANSLATION
OptionPremadeRoms = "Use premade ROMs", -- NEEDS TRANSLATION
OptionGenerateRom = "Generate a ROM each time", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -852,6 +861,7 @@ ScreenResources{
TrackerSpAttack = "SPA", -- NEEDS TRANSLATION
TrackerSpDefense = "SPD", -- NEEDS TRANSLATION
TrackerSpeed = "SPE", -- NEEDS TRANSLATION
TrackerCatchRate = "Catch rate", -- NEEDS TRANSLATION
TrackerSurvivalPCs = "Survival PCs", -- NEEDS TRANSLATION
TrackerHeals = "Heals", -- NEEDS TRANSLATION
TrackerLastSeen = "Last seen", -- NEEDS TRANSLATION
Expand Down
10 changes: 10 additions & 0 deletions ironmon_tracker/Languages/Italian.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ ScreenResources{
HeaderPP = "PP", -- NEEDS TRANSLATION
HeaderPow = "Pow", -- NEEDS TRANSLATION
HeaderAcc = "Acc", -- NEEDS TRANSLATION
ToCatch = "to catch", -- NEEDS TRANSLATION
LeaveANote = "Leave a note", -- NEEDS TRANSLATION
DamageTaken = "damage", -- NEEDS TRANSLATION
DamageTakenInTeams = "Total received", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -235,6 +236,8 @@ ScreenResources{
ButtonEditTime = "Edit", -- NEEDS TRANSLATION
ButtonRelocateTime = "Relocate", -- NEEDS TRANSLATION
OptionShowRandomBallPicker = "Show random ball picker", -- NEEDS TRANSLATION
OptionShowHealsAsValue = "Show heals as whole number", -- NEEDS TRANSLATION
OptionShowBallCatchRate = "Show Poké Ball catch rate", -- NEEDS TRANSLATION
OptionDisplayRepelUsage = "Display repel usage", -- NEEDS TRANSLATION
OptionDisplayPedometer = "Display step pedometer", -- NEEDS TRANSLATION
OptionDisplayPlayTime = "Display play time", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -635,6 +638,8 @@ ScreenResources{
CMD_Progress_Help = "> Displays fun progress percentages for the current game.",
CMD_Log_Name = "Log Randomizer Settings",
CMD_Log_Help = "> If the log has been opened, displays shareable randomizer settings from the log for current game.",
CMD_BallQueue_Name = "Ball Queue",
CMD_BallQueue_Help = "> Displays the size of the ball queue and the current pick, if any.",
CMD_About_Name = "About the Tracker",
CMD_About_Help = "> Displays info about the Ironmon Tracker and game being played.",
CMD_Help_Name = "Command Help",
Expand All @@ -654,6 +659,7 @@ ScreenResources{
O_WordForMiddle = "Word for Middle",
O_WordForRight = "Word for Right",
O_WordForRandom = "Word for Random",
O_ShowBallQueueOnStartup = "Show Ball Queue info on startup",
-- THE BELOW SCREEN LABELS NEED TRANSLATION
TabCommands = "Commands",
TabRewards = "Rewards",
Expand Down Expand Up @@ -713,6 +719,7 @@ ScreenResources{
MenuExtensions = "Extensions", -- NEEDS TRANSLATION
MenuCommands = "Commands", -- NEEDS TRANSLATION
MenuBasicCommands = "Basic Commands", -- NEEDS TRANSLATION
MenuAdvancedCommands = "Advanced Commands", -- NEEDS TRANSLATION
MenuOtherCommands = "Other Commands", -- NEEDS TRANSLATION
MenuInfoLookup = "Info Lookup", -- NEEDS TRANSLATION
MenuPokemon = "Pokémon", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -757,6 +764,8 @@ ScreenResources{
OptionCountEnemyPP = "Count enemy PP usage", -- NEEDS TRANSLATION
OptionShowLastDamage = "Show last damage calcs", -- NEEDS TRANSLATION
OptionRevealRandomizedInfo = "Show random move/type data", -- NEEDS TRANSLATION
OptionShowHealsAsValue = "Show heals as whole number", -- NEEDS TRANSLATION
OptionShowBallCatchRate = "Show Poke Ball catch rate", -- NEEDS TRANSLATION
OptionAutodetectGameLanguage = "Autodetect game language", -- NEEDS TRANSLATION
OptionPremadeRoms = "Use premade ROMs", -- NEEDS TRANSLATION
OptionGenerateRom = "Generate a ROM each time", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -852,6 +861,7 @@ ScreenResources{
TrackerSpAttack = "SPA", -- NEEDS TRANSLATION
TrackerSpDefense = "SPD", -- NEEDS TRANSLATION
TrackerSpeed = "SPE", -- NEEDS TRANSLATION
TrackerCatchRate = "Catch rate", -- NEEDS TRANSLATION
TrackerSurvivalPCs = "Survival PCs", -- NEEDS TRANSLATION
TrackerHeals = "Heals", -- NEEDS TRANSLATION
TrackerLastSeen = "Last seen", -- NEEDS TRANSLATION
Expand Down
10 changes: 10 additions & 0 deletions ironmon_tracker/Languages/Japanese.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ ScreenResources{
HeaderPP = "PP",
HeaderPow = "威力",
HeaderAcc = "命中",
ToCatch = "to catch", -- NEEDS TRANSLATION
LeaveANote = "メモを残す",
DamageTaken = "ダメージ",
DamageTakenInTeams = "ダメージ合計",
Expand Down Expand Up @@ -237,6 +238,8 @@ ScreenResources{
ButtonEditTime = "Edit", -- NEEDS TRANSLATION
ButtonRelocateTime = "Relocate", -- NEEDS TRANSLATION
OptionShowRandomBallPicker = "Show random ball picker", -- NEEDS TRANSLATION
OptionShowHealsAsValue = "Show heals as whole number", -- NEEDS TRANSLATION
OptionShowBallCatchRate = "Show Poké Ball catch rate", -- NEEDS TRANSLATION
OptionDisplayRepelUsage = "Display repel usage", -- NEEDS TRANSLATION
OptionDisplayPedometer = "Display step pedometer", -- NEEDS TRANSLATION
OptionDisplayPlayTime = "Display play time", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -637,6 +640,8 @@ ScreenResources{
CMD_Progress_Help = "> Displays fun progress percentages for the current game.",
CMD_Log_Name = "Log Randomizer Settings",
CMD_Log_Help = "> If the log has been opened, displays shareable randomizer settings from the log for current game.",
CMD_BallQueue_Name = "Ball Queue",
CMD_BallQueue_Help = "> Displays the size of the ball queue and the current pick, if any.",
CMD_About_Name = "About the Tracker",
CMD_About_Help = "> Displays info about the Ironmon Tracker and game being played.",
CMD_Help_Name = "Command Help",
Expand All @@ -656,6 +661,7 @@ ScreenResources{
O_WordForMiddle = "Word for Middle",
O_WordForRight = "Word for Right",
O_WordForRandom = "Word for Random",
O_ShowBallQueueOnStartup = "Show Ball Queue info on startup",
-- THE BELOW SCREEN LABELS NEED TRANSLATION
TabCommands = "Commands",
TabRewards = "Rewards",
Expand Down Expand Up @@ -715,6 +721,7 @@ ScreenResources{
MenuExtensions = "Extensions", -- NEEDS TRANSLATION
MenuCommands = "Commands", -- NEEDS TRANSLATION
MenuBasicCommands = "Basic Commands", -- NEEDS TRANSLATION
MenuAdvancedCommands = "Advanced Commands", -- NEEDS TRANSLATION
MenuOtherCommands = "Other Commands", -- NEEDS TRANSLATION
MenuInfoLookup = "Info Lookup", -- NEEDS TRANSLATION
MenuPokemon = "Pokémon", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -759,6 +766,8 @@ ScreenResources{
OptionCountEnemyPP = "Count enemy PP usage", -- NEEDS TRANSLATION
OptionShowLastDamage = "Show last damage calcs", -- NEEDS TRANSLATION
OptionRevealRandomizedInfo = "Show random move/type data", -- NEEDS TRANSLATION
OptionShowHealsAsValue = "Show heals as whole number", -- NEEDS TRANSLATION
OptionShowBallCatchRate = "Show Poke Ball catch rate", -- NEEDS TRANSLATION
OptionAutodetectGameLanguage = "Autodetect game language", -- NEEDS TRANSLATION
OptionPremadeRoms = "Use premade ROMs", -- NEEDS TRANSLATION
OptionGenerateRom = "Generate a ROM each time", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -854,6 +863,7 @@ ScreenResources{
TrackerSpAttack = "SPA", -- NEEDS TRANSLATION
TrackerSpDefense = "SPD", -- NEEDS TRANSLATION
TrackerSpeed = "SPE", -- NEEDS TRANSLATION
TrackerCatchRate = "Catch rate", -- NEEDS TRANSLATION
TrackerSurvivalPCs = "Survival PCs", -- NEEDS TRANSLATION
TrackerHeals = "Heals", -- NEEDS TRANSLATION
TrackerLastSeen = "Last seen", -- NEEDS TRANSLATION
Expand Down
10 changes: 10 additions & 0 deletions ironmon_tracker/Languages/Spanish.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ ScreenResources{
HeaderPP = "PP", -- NEEDS TRANSLATION
HeaderPow = "Pow", -- NEEDS TRANSLATION
HeaderAcc = "Acc", -- NEEDS TRANSLATION
ToCatch = "to catch", -- NEEDS TRANSLATION
LeaveANote = "Leave a note", -- NEEDS TRANSLATION
DamageTaken = "damage", -- NEEDS TRANSLATION
DamageTakenInTeams = "Total received", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -235,6 +236,8 @@ ScreenResources{
ButtonEditTime = "Edit", -- NEEDS TRANSLATION
ButtonRelocateTime = "Relocate", -- NEEDS TRANSLATION
OptionShowRandomBallPicker = "Show random ball picker", -- NEEDS TRANSLATION
OptionShowHealsAsValue = "Show heals as whole number", -- NEEDS TRANSLATION
OptionShowBallCatchRate = "Show Poké Ball catch rate", -- NEEDS TRANSLATION
OptionDisplayRepelUsage = "Display repel usage", -- NEEDS TRANSLATION
OptionDisplayPedometer = "Display step pedometer", -- NEEDS TRANSLATION
OptionDisplayPlayTime = "Display play time", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -635,6 +638,8 @@ ScreenResources{
CMD_Progress_Help = "> Displays fun progress percentages for the current game.",
CMD_Log_Name = "Log Randomizer Settings",
CMD_Log_Help = "> If the log has been opened, displays shareable randomizer settings from the log for current game.",
CMD_BallQueue_Name = "Ball Queue",
CMD_BallQueue_Help = "> Displays the size of the ball queue and the current pick, if any.",
CMD_About_Name = "About the Tracker",
CMD_About_Help = "> Displays info about the Ironmon Tracker and game being played.",
CMD_Help_Name = "Command Help",
Expand All @@ -654,6 +659,7 @@ ScreenResources{
O_WordForMiddle = "Word for Middle",
O_WordForRight = "Word for Right",
O_WordForRandom = "Word for Random",
O_ShowBallQueueOnStartup = "Show Ball Queue info on startup",
-- THE BELOW SCREEN LABELS NEED TRANSLATION
TabCommands = "Commands",
TabRewards = "Rewards",
Expand Down Expand Up @@ -713,6 +719,7 @@ ScreenResources{
MenuExtensions = "Extensions", -- NEEDS TRANSLATION
MenuCommands = "Commands", -- NEEDS TRANSLATION
MenuBasicCommands = "Basic Commands", -- NEEDS TRANSLATION
MenuAdvancedCommands = "Advanced Commands", -- NEEDS TRANSLATION
MenuOtherCommands = "Other Commands", -- NEEDS TRANSLATION
MenuInfoLookup = "Info Lookup", -- NEEDS TRANSLATION
MenuPokemon = "Pokémon", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -757,6 +764,8 @@ ScreenResources{
OptionCountEnemyPP = "Count enemy PP usage", -- NEEDS TRANSLATION
OptionShowLastDamage = "Show last damage calcs", -- NEEDS TRANSLATION
OptionRevealRandomizedInfo = "Show random move/type data", -- NEEDS TRANSLATION
OptionShowHealsAsValue = "Show heals as whole number", -- NEEDS TRANSLATION
OptionShowBallCatchRate = "Show Poke Ball catch rate", -- NEEDS TRANSLATION
OptionAutodetectGameLanguage = "Autodetect game language", -- NEEDS TRANSLATION
OptionPremadeRoms = "Use premade ROMs", -- NEEDS TRANSLATION
OptionGenerateRom = "Generate a ROM each time", -- NEEDS TRANSLATION
Expand Down Expand Up @@ -852,6 +861,7 @@ ScreenResources{
TrackerSpAttack = "SPA", -- NEEDS TRANSLATION
TrackerSpDefense = "SPD", -- NEEDS TRANSLATION
TrackerSpeed = "SPE", -- NEEDS TRANSLATION
TrackerCatchRate = "Catch rate", -- NEEDS TRANSLATION
TrackerSurvivalPCs = "Survival PCs", -- NEEDS TRANSLATION
TrackerHeals = "Heals", -- NEEDS TRANSLATION
TrackerLastSeen = "Last seen", -- NEEDS TRANSLATION
Expand Down
Loading

0 comments on commit b945e7d

Please sign in to comment.