PlayReportAnalyzer: Added Pokemon Scarlet and Violet #630

Merged
piplup55 merged 5 commits from rpc/pokemonSVbasegame into master 2025-02-06 00:32:27 +00:00
Showing only changes of commit bbdafa004a - Show all commits

View File

@ -35,7 +35,6 @@ namespace Ryujinx.Ava.Utilities
) )
.AddSpec( .AddSpec(
["0100a3d008c5c000", "01008f6008c5e000"], ["0100a3d008c5c000", "01008f6008c5e000"],
// TODO Rebase the repo on the latest
spec => spec spec => spec
.AddValueFormatter("area_no", PokemonSVArea) .AddValueFormatter("area_no", PokemonSVArea)
.AddValueFormatter("team_circle", PokemonSVUnionCircle) .AddValueFormatter("team_circle", PokemonSVUnionCircle)
@ -123,7 +122,7 @@ namespace Ryujinx.Ava.Utilities
"a_w26" => "East Paldean Sea", "a_w26" => "East Paldean Sea",
"a_w27" => "Nouth Paldean Sea" "a_w27" => "Nouth Paldean Sea"
//TODO DLC Locations //TODO DLC Locations
_ => value.StringValue _ => PlayReportFormattedValue.ForceReset
}; };
} }
} }